Commit b458b114 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Merge branch 'testing'

parents 9feace41 110b495c
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()