mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Give up on sync for Py3 because of the way tests for py2 are written here
This commit is contained in:
parent
f79c81a9e1
commit
2b029752a2
1 changed files with 0 additions and 2 deletions
|
@ -556,8 +556,6 @@ def gen_thin(cachedir, extra_mods='', overwrite=False, so_mods='',
|
|||
os.chdir(start_dir)
|
||||
tfp.close()
|
||||
|
||||
if _six.PY3:
|
||||
os.sync()
|
||||
shutil.move(tmp_thintar, thintar)
|
||||
|
||||
return thintar
|
||||
|
|
Loading…
Add table
Reference in a new issue