Browse Source

Update archivebox/system.py

Nick Sweeting 5 năm trước cách đây
mục cha
commit
fa17e20f8e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      archivebox/system.py

+ 0 - 1
archivebox/system.py

@@ -57,7 +57,6 @@ def chmod_file(path: str, cwd: str='.', permissions: str=OUTPUT_PERMISSIONS) ->
         os.chmod(root, int(OUTPUT_PERMISSIONS, base=8))
     else:
         for subpath in Path(path).glob('**/*'):
-            print("THE PATH TO MODIFY IS", subpath)
             os.chmod(subpath, int(OUTPUT_PERMISSIONS, base=8))