Skip to content

Commit

Permalink
ci: debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 8, 2024
1 parent 54de683 commit b9e6f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_archives/test_archive_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def print_directory_contents(path, result_string):
return result_string

result_string = print_directory_contents(
resources_folder, f"{resources_folder.as_posix()}"
resources_folder.as_posix(), f"{resources_folder.as_posix()}"
)

raise Exception(result_string)
Expand Down

0 comments on commit b9e6f06

Please sign in to comment.