diff --git a/sciunit2/core.py b/sciunit2/core.py index 15a05ce..1cadaeb 100644 --- a/sciunit2/core.py +++ b/sciunit2/core.py @@ -41,7 +41,7 @@ def repeat(pkgdir, orig, newargs): "interactive sciunit doesn't react to arguments") with Chdir(pkgdir): with open('cde.log') as f: - cd, ls = f + cd, ls, *extra = f os.rename('cde.log', 'cde.log.1') with open('cde.log', 'w') as f: # adds the command in a comment