Update Test Value Error

This commit is contained in:
Mieszko Makuch 2025-02-10 18:27:35 +01:00
parent 15e7dba37d
commit 8f3cf9246d

View File

@ -24,7 +24,7 @@ from Mmax import main as Mmax
def main(argv): def main(argv):
raise ValueError("This error is intentional. It indicates that app was executed from branch: " raise ValueError("This error is intentional. It indicates that app was executed from branch: "
"experimental-test-live-code-editing v2") "experimental-test-live-code-editing")
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("Input_catalog", help="Input catalog: path to input file of type 'catalog'") parser.add_argument("Input_catalog", help="Input catalog: path to input file of type 'catalog'")