File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -496,16 +496,8 @@ def test_compatibility() -> SetupTestResult:
496496 if compatible_workflows := self .compatible_workflows ("nextstrain run" ):
497497 return msg + f"\n Compatible workflows: { list (compatible_workflows .keys ())} " , True
498498
499- # If no compatible workflows are listed, then check for the top level
500- # boolean compatibility declaration
501- try :
502- compatibility = self .registration ["compatibility" ]["nextstrain run" ]
503- except (KeyError , IndexError , TypeError ):
504- if DEBUGGING :
505- traceback .print_exc ()
506- return msg + "\n (couldn't find 'compatibility: nextstrain run: …' field)" , False
507499
508- return msg + "\n No compatible workflows listed , please refer to pathogen docs." , bool ( compatibility )
500+ return msg + "\n No compatible workflows registered , please refer to pathogen docs." , False
509501
510502 return [
511503 ('downloaded' ,
You can’t perform that action at this time.
0 commit comments