Update ValueError
This commit is contained in:
parent
75f09ca750
commit
a32970284f
@ -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'")
|
||||||
|
Loading…
Reference in New Issue
Block a user