change argument order since I used paths as only arg for the x-th time
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 12 Feb 2016 08:46:40 +0000 (09:46 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 12 Feb 2016 08:46:40 +0000 (09:46 +0100)
src/test_helpers.py

index b2e6c83..ec6e82f 100644 (file)
@@ -369,7 +369,7 @@ def disc_fill_checked(method=METHOD_THREAD, *args, **kwargs):
             raise NotImplementedError('implement cleanup for new method!')
 
 
-def watch_disc_fill(interval=0.1, paths=None):
+def watch_disc_fill(paths=None, interval=0.1):
     """ watch disc fill state: show start, end and maxima
 
     gets fill state of all filesystems, reports start and maxima until user