corrected exception trace to stderr

master
Michael Murtaugh il y a 6 ans
Parent 6f6755adb3
révision 89132b0a0c

@ -436,7 +436,7 @@ def recentfiles (args):
break
except APIError as e:
print ("Error {0}, skipping".format(e))
print ("Error {0}, skipping".format(e) ,file=sys.stderr)
if args.limit and count == args.limit:
break

Chargement…
Annuler
Enregistrer