From da341340474670fb4fca5f6d977d850b74b1eb64 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 12 Feb 2016 09:46:40 +0100 Subject: [PATCH] change argument order since I used paths as only arg for the x-th time --- src/test_helpers.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1