Update Test Value Error

This commit is contained in:
Mieszko Makuch 2025-02-10 18:28:26 +01:00
parent 8f3cf9246d
commit 7bc339f8a7

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") "experimental-test-live-code-editing. New Commit - UP TO DATE")
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'")