Skip to content

Commit

Permalink
Correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie08 committed Jun 4, 2024
1 parent 4de25ed commit 9189269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipeline_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_pipeline_folders(delete_switch, scenarios):
if os.path.isfile(raw_dir_path):
# Rename file with extension original
renamed_file = file_name_extension(raw_dir_path)
renamed_path.append(renamed_file)
renamed_file_path.append(renamed_file)
# Check if file already exists in directory
if os.path.isdir(raw_dir_path):
# Rename file with extension original
Expand Down

0 comments on commit 9189269

Please sign in to comment.