Skip to content

Commit

Permalink
Add logging to get path
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Sep 13, 2023
1 parent 09cc624 commit cda698a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nhflodata/get_paths.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
import os

import yaml
Expand Down Expand Up @@ -76,6 +77,7 @@ def get_abs_data_path(
elif location == "nhflo_server":
abs_path = rep[name][version_index]["paths"][location]

logging.info(f"Data path prompted is: {abs_path}")
return abs_path


Expand Down

0 comments on commit cda698a

Please sign in to comment.