Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jul 3, 2024
1 parent ff5c332 commit 3a696e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echo-side/dags/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


def list_new_csvs(file_path):
print(f"File path: {file_path}")
if os.path.exists(file_path):
with open(file_path, "r") as f:
for line in f:
Expand Down

0 comments on commit 3a696e6

Please sign in to comment.