Loading transfer_service/file_grouper.py +8 −8 Original line number Diff line number Diff line Loading @@ -54,6 +54,6 @@ class FileGrouper(object): # Test (creates a .tar of all the leaves containing at least 2 files and having size lower than 100G, # than removes that directories) # than removes those directories) fg = FileGrouper("/home/cristiano/Lavoro/md5_test/store/a", 1, 100 * (2 ** 30)) fg.start() Loading
transfer_service/file_grouper.py +8 −8 Original line number Diff line number Diff line Loading @@ -54,6 +54,6 @@ class FileGrouper(object): # Test (creates a .tar of all the leaves containing at least 2 files and having size lower than 100G, # than removes that directories) # than removes those directories) fg = FileGrouper("/home/cristiano/Lavoro/md5_test/store/a", 1, 100 * (2 ** 30)) fg.start()