@ -71,6 +71,8 @@ class ElabUser:
out_file = tmpdir / filename
handler.check_call(["cp", str(in_file), str(out_file)])
# add and commit the changes
print(tmpdir)
print(list(tmpdir.iterdir()))
handler.check_call(
["svn", "add", str(tmpdir / "*")], shell=True # noqa: S604
)