projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nmbug-status: print config errors to stderr
[notmuch]
/
devel
/
nmbug
/
nmbug-status
diff --git
a/devel/nmbug/nmbug-status
b/devel/nmbug/nmbug-status
index a289798e3cc18559584de5cccda81d0f95c4e392..b36b6ad33859d7f8ba4b59381c7d147385878a9d 100755
(executable)
--- a/
devel/nmbug/nmbug-status
+++ b/
devel/nmbug/nmbug-status
@@
-318,7
+318,7
@@
args = parser.parse_args()
try:
config = read_config(path=args.config)
except ConfigError as e:
- print(e)
+ print(e
, file=sys.stderr
)
sys.exit(1)
header_template = config['meta'].get('header', '''<!DOCTYPE html>