Skip to content

Commit

Permalink
chore: print output directory at program end
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Apr 26, 2024
1 parent 55b5f16 commit bbbb8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stepcount/stepcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def main():
print(daily)
print("\nEstimated Daily Stats (Adjusted)\n---------------------")
print(daily_adj)
print("\nOutput files saved in:", outdir)

after = time.time()
print(f"Done! ({round(after - before,2)}s)")
Expand Down

0 comments on commit bbbb8d0

Please sign in to comment.