Skip to content

Commit

Permalink
fix script test (for space in path)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusFiedler committed Jan 23, 2025
1 parent fa0fa6c commit 8bebc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_a01__insert_keys(self):

N = len(os.listdir(TEST_DATA_DIR1))

cmd = f"pyirk --insert-keys-for-placeholders {modpath}"
cmd = f'pyirk --insert-keys-for-placeholders "{modpath}"'
os.system(cmd)

# ensure that temporary file is deleted correctly
Expand Down

0 comments on commit 8bebc46

Please sign in to comment.