Skip to content

Commit 36f1b85

Browse files
committed
print error when something goes wrong during download
1 parent b983494 commit 36f1b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/pyosmium-get-changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def main(args):
245245
cookie_jar.save(options.cookie)
246246

247247
if endseq is None:
248+
log.error("Error while downloading diffs.")
248249
return 3
249250

250251
if options.outfile != '-' or options.seq_file is not None:

0 commit comments

Comments
 (0)