Skip to content

Commit c858102

Browse files
committed
change error code
1 parent 57bf98c commit c858102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytomo3d/utils/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def download_stationxml(stations, starttime, endtime, outputdir=".",
113113
except Exception as e:
114114
print("Failed to download StationXML '%s' due to: %s"
115115
% (station_id, str(e)))
116-
error_code = 1
116+
error_code = 2
117117
_status[station_id] = error_code
118118

119119
return _status

0 commit comments

Comments
 (0)