We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188aacc commit c280a88Copy full SHA for c280a88
pgscatalog.core/src/pgscatalog/core/cli/combine_cli.py
@@ -92,7 +92,7 @@ def run():
92
n_finished += 1
93
good_scores.append(scorefile)
94
95
- if not n_finished > 0:
+ if n_finished == 0:
96
raise ValueError(
97
"Couldn't process any scoring files. Did they all have non-additive weights?"
98
)
0 commit comments