projects
/
pygrader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d2b89
)
pg.py: send_emails (and thus, Responder) no longer takes use_color.
author
W. Trevor King
<wking@tremily.us>
Sun, 2 Sep 2012 13:32:34 +0000
(09:32 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sun, 2 Sep 2012 13:32:34 +0000
(09:32 -0400)
bin/pg.py
patch
|
blob
|
history
diff --git
a/bin/pg.py
b/bin/pg.py
index 32b86e70b2a4ea879583c4a4e8b3fd3d3f601324..6832dd300e403ce92519b2df84965f17f3866595 100755
(executable)
--- a/
bin/pg.py
+++ b/
bin/pg.py
@@
-226,7
+226,6
@@
if __name__ == '__main__':
if hasattr(args, 'respond') and getattr(args, 'respond'):
kwargs['respond'] = _Responder(
smtp=kwargs.get('smtp', None),
- use_color=kwargs.get('use_color', False),
dry_run=kwargs.get('dry_run', False))
_LOG.debug('execute {} with {}'.format(args.func, kwargs))