]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - bin/pfa-from-incoming
Fix umask values (python3 compat)
[projects/pld-ftp-admin.git] / bin / pfa-from-incoming
index 450fc8466f37020deac3c6189287be8fb95ae685..1696bf63c934d4e762882865d18c1495543cd2ae 100755 (executable)
@@ -13,7 +13,7 @@ from baseftptree import BaseFtpTree, BasePkg
 from ftptree import FtpTree, Pkg
 import ftpio
 
-os.umask(022)
+os.umask(0o022)
 
 def rm(file):
     os.remove(file)
This page took 0.126824 seconds and 4 git commands to generate.