From: Christian Herdtweck Date: Fri, 12 Feb 2016 08:46:40 +0000 (+0100) Subject: change argument order since I used paths as only arg for the x-th time X-Git-Tag: v1.2~32 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=da341340474670fb4fca5f6d977d850b74b1eb64;p=pyi2ncommon change argument order since I used paths as only arg for the x-th time --- diff --git a/src/test_helpers.py b/src/test_helpers.py index b2e6c83..ec6e82f 100644 --- a/src/test_helpers.py +++ b/src/test_helpers.py @@ -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