Skip to content

Commit

Permalink
debug keys()
Browse files Browse the repository at this point in the history
  • Loading branch information
PalomoIFCA committed Feb 27, 2025
1 parent c4bfde5 commit ba880a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QC.Sty/pyophidia/find_oph_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def evaluate_workflow_path(candidates):
try:
f = open(str(jsons), "r")
data = json.load(f)
print('tead but not evaluated')
print('read but not evaluated')
print(data.keys())
res, msg = ophclient.wisvalid(data)
print('read as a dict,and result')
except:
Expand Down

0 comments on commit ba880a3

Please sign in to comment.