diff options
Diffstat (limited to 'test/scan-once.py')
-rw-r--r-- | test/scan-once.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scan-once.py b/test/scan-once.py index cfc4a25..52b4505 100644 --- a/test/scan-once.py +++ b/test/scan-once.py @@ -62,7 +62,7 @@ def scan(node, env, envkey, arg): print 'XScanner: node =', os.path.split(str(node))[1] return [] -def exists_check(node): +def exists_check(node, env): return os.path.exists(str(node)) XScanner = Scanner(name = 'XScanner', |