Skip to content

Commit

Permalink
testing for new bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PalomoIFCA committed Feb 27, 2025
1 parent 77365a4 commit a75a439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QC.Sty/pyophidia/find_oph_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def evaluate_workflow_path(candidates):
for jsons in candidates:
try:
f = open(str(jsons), "r")
print(f.readlines())
data = json.load(f)
res, msg = ophclient.wisvalid(data)
except:
Expand Down

0 comments on commit a75a439

Please sign in to comment.