Skip to content

Commit

Permalink
testing the error
Browse files Browse the repository at this point in the history
  • Loading branch information
PalomoIFCA committed Feb 27, 2025
1 parent ba880a3 commit a3a66d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QC.Sty/pyophidia/find_oph_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ def evaluate_workflow_path(candidates):
res, msg = ophclient.wisvalid(data)
print('read as a dict,and result')
except:
try:
#try:

data=dict(f.read())
print('2nds ways')
res, msg = ophclient.wisvalid(data)
except:
#except:
print('fail 2 read')
res= False
msg= 'Not readable workflow'
Expand Down

0 comments on commit a3a66d1

Please sign in to comment.