Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium committed Oct 30, 2023
1 parent dbd2197 commit 4bbdfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ci_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def teardown(dburi: str, test_dburi: str) -> None:
if __name__ == "__main__":
if sys.argv[1] == "setup":
print(setup(sys.argv[2]))
if sys.argv[1] == "teardown":
elif sys.argv[1] == "teardown":
teardown(sys.argv[2], sys.argv[3])
else:
raise ValueError(f"Unknown mode {sys.argv[1]}")

0 comments on commit 4bbdfcf

Please sign in to comment.