mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
The access to caching files has been fixed
This commit is contained in:
parent
8cdc84aef6
commit
a4db4d9cd0
@ -75,6 +75,7 @@ class fs_file_cache:
|
||||
df.write(data)
|
||||
df.close()
|
||||
os.rename(tmpfile, destfile)
|
||||
os.chmod(destfile, 0o644)
|
||||
except:
|
||||
tmppath = Path(tmpfile)
|
||||
if tmppath.exists():
|
||||
|
Loading…
x
Reference in New Issue
Block a user