Skip to content

Commit

Permalink
logging output to find error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusStrobl committed Apr 5, 2024
1 parent 1ad1938 commit af97777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions processes/tool_vforwater_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ def execute(self, data):
# prof = tools.get('profile')
# dataset = pd.read_csv(df)
# res = prof.run(result_path='out/', data=dataset)
logging.info(f" - host_path_out: {type(host_path_out), host_path_out}")
logging.info(f" - error: {type(error), error}")
logging.info(f" - tool_logs: {type(tool_logs), tool_logs}")

outputs = {
# 'id': 'res',
Expand Down

0 comments on commit af97777

Please sign in to comment.