Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 1, 2024
1 parent 496b728 commit 8b10bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_rclone_with_config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_rclone_with_config(self):
# The .conf file created inside the container should not be viewable outside the running container
# (it was not saved to mounted location)

print(self.test_folder.iterdir())
print(list(self.test_folder.iterdir()))

testing_file_path = self.test_folder / "testing_rclone_with_config" / "ci_tests" / "test_text_file.txt"
assert testing_file_path.is_file()
Expand Down

0 comments on commit 8b10bb2

Please sign in to comment.