Commit 9b40a7d6 authored by Stefan Behnel's avatar Stefan Behnel

minor signature fix in Shadow.py

parent a3230e4a
......@@ -12,10 +12,10 @@ def _empty_decorator(x):
def locals(**arg_types):
return _empty_decorator
def test_assert_path_exists(path):
def test_assert_path_exists(*paths):
return _empty_decorator
def test_fail_if_path_exists(path):
def test_fail_if_path_exists(*paths):
return _empty_decorator
class _EmptyDecoratorAndManager(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment