diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-26 16:42:15 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-26 16:42:15 -0700 |
commit | b541f738616349a028c5e54754ea83e439d82734 (patch) | |
tree | 2e85e933a378e7237401f6b77c9f5ca0f3a5fdea /tests/unittests/helpers.py | |
parent | 4a5d5a044db9e77b931fb4df93f7c01b02021f44 (diff) | |
download | vyos-cloud-init-b541f738616349a028c5e54754ea83e439d82734.tar.gz vyos-cloud-init-b541f738616349a028c5e54754ea83e439d82734.zip |
Adjust comment.
Diffstat (limited to 'tests/unittests/helpers.py')
-rw-r--r-- | tests/unittests/helpers.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py index 7b829f24..d5df580b 100644 --- a/tests/unittests/helpers.py +++ b/tests/unittests/helpers.py @@ -22,8 +22,7 @@ def rebase_path(old_path, new_base): return path -# Can work on anything that takes a path -# as first argument +# Can work on anything that takes a path as arguments def retarget_many_wrapper(new_base, am, old_func): def wrapper(*args, **kwds): n_args = list(args) |