Raise test exception ValueError("Test error from branch experimental-test-live-code-editing")
This commit is contained in:
parent
686626108e
commit
533f207012
@ -23,6 +23,8 @@ from PyOctoPhaseAssociation import main as phaseassoc
|
|||||||
|
|
||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
|
raise ValueError("Test error from branch experimental-test-live-code-editing")
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("qml_picks", help="Path to input file of type 'quakeml_seismogram_picks'")
|
parser.add_argument("qml_picks", help="Path to input file of type 'quakeml_seismogram_picks'")
|
||||||
parser.add_argument("inventory", nargs='+', help="Paths to input files of type 'inventory'")
|
parser.add_argument("inventory", nargs='+', help="Paths to input files of type 'inventory'")
|
||||||
|
Loading…
Reference in New Issue
Block a user