[bugfix] expecting deprecated return parameter of autoPyLoT

This commit is contained in:
Marcel Paffrath 2017-06-20 12:10:17 +02:00
parent a8544dfb93
commit 62a7d94816

View File

@ -385,9 +385,5 @@ if __name__ == "__main__":
cla = parser.parse_args()
try:
picks, mainFig = autoPyLoT(inputfile=str(cla.inputfile), fnames=str(cla.fnames),
eventid=str(cla.eventid), savepath=str(cla.spath))
except ValueError:
print("autoPyLoT was running in production mode.")
picks = autoPyLoT(inputfile=str(cla.inputfile), fnames=str(cla.fnames),
eventid=str(cla.eventid), savepath=str(cla.spath))