Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jun 6, 2024
1 parent b3f9e01 commit bb3583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def dump_stderr():


@contextlib.contextmanager
def cd_clean_tmp_dir(assert_filenames_after = []):
def cd_clean_tmp_dir(assert_filenames_after=[]):
"""Run commands inside a clean temporary directory, and verify created file names."""
orig_cwd = os.getcwd()
with tempfile.TemporaryDirectory() as tmp_dirname:
Expand Down

0 comments on commit bb3583c

Please sign in to comment.