Update ValueError

This commit is contained in:
mieszkomakuch 2025-01-09 12:09:48 +01:00
parent 75f09ca750
commit a32970284f

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 v1")
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'")