diff --git a/contrib/stack/topsStack/fetchOrbit.py b/contrib/stack/topsStack/fetchOrbit.py index 3b31f6b..a8e065e 100755 --- a/contrib/stack/topsStack/fetchOrbit.py +++ b/contrib/stack/topsStack/fetchOrbit.py @@ -151,7 +151,7 @@ if __name__ == '__main__': elif oType == 'restituted': end_date = fileTS else: - throw ValueError("Unexpected orbit type: '" + oType + "'") + raise ValueError("Unexpected orbit type: '" + oType + "'") url = server + spec[1] + str(end_date.year).zfill(2) + '/' + str(end_date.month).zfill(2) + \ '/' + str(end_date.day).zfill(2) + '/'