diff --git a/applicationCode/maxmagnitude_wrapper.py b/applicationCode/maxmagnitude_wrapper.py index 530ffcb..ae8e644 100644 --- a/applicationCode/maxmagnitude_wrapper.py +++ b/applicationCode/maxmagnitude_wrapper.py @@ -23,7 +23,8 @@ import argparse from Mmax import main as Mmax def main(argv): - raise ValueError("Test error from repo official-apps/MaxMagnitudeDPModels branch experimental-test-live-code-editing v1") + raise ValueError("This error is intentional. It indicates that app was executed from branch: " + "official-apps/MaxMagnitudeDPModels branch experimental-test-live-code-editing") parser = argparse.ArgumentParser() parser.add_argument("Input_catalog", help="Input catalog: path to input file of type 'catalog'")