Commit 110b495c authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo.

parent 2832dfa8
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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()