aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-02-04 06:53:09 +0100
committerTeddy Wing2018-02-04 06:53:09 +0100
commite8c4fdabb2f032b133cdad7d8729afe0da3c8706 (patch)
treea85b892e995239dcdf01e2272e5911155051a03d
parente8892f1d5c7004b6b8268c7b5c95e6caa80864e6 (diff)
downloadharvester-submit-week-for-approval-e8c4fdabb2f032b133cdad7d8729afe0da3c8706.tar.bz2
Print error to STDERR
-rw-r--r--harvester_submit_week_for_approval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harvester_submit_week_for_approval.py b/harvester_submit_week_for_approval.py
index 1a395b6..bbcb950 100644
--- a/harvester_submit_week_for_approval.py
+++ b/harvester_submit_week_for_approval.py
@@ -182,7 +182,7 @@ if __name__ == "__main__":
friday=most_recent_friday()
).check()
except IncompleteWeekError:
- print('Week was incomplete')
+ print('Week was incomplete', file=sys.stderr)
sys.exit(1)