We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c86472 commit 95ae581Copy full SHA for 95ae581
primal_page/main.py
@@ -296,7 +296,7 @@ def create(
296
297
elif status == FindResult.NOT_FOUND:
298
if algorithmversion is None:
299
- raise typer.BadParameter(
+ raise FileNotFoundError(
300
f"Could not find a config.json file in {schemepath}. Please specify manually with --configpath or specify algorithmversion with --algorithmversion"
301
)
302
0 commit comments