corrected exception trace to stderr

master
Michael Murtaugh 6 年前
父節點 6f6755adb3
當前提交 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

載入中…
取消
儲存