Skip to content

Commit 7b4fcd4

Browse files
author
joe.gregorio@gmail.com
committed
Moved mailing list to CC
1 parent 45803e9 commit 7b4fcd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upload-diffs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,10 @@ def _GetOpener(self):
457457
help="Optional path of a file that contains "
458458
"the description when creating an issue.")
459459
group.add_option("-r", "--reviewers", action="store", dest="reviewers",
460-
metavar="REVIEWERS", default="gdata-python-client-library-contributors@googlegroups.com,joe.gregorio@gmail.com",
460+
metavar="REVIEWERS", default=",joe.gregorio@gmail.com",
461461
help="Add reviewers (comma separated email addresses).")
462462
group.add_option("--cc", action="store", dest="cc",
463-
metavar="CC", default=None,
463+
metavar="CC", default="gdata-python-client-library-contributors@googlegroups.com",
464464
help="Add CC (comma separated email addresses).")
465465
group.add_option("--private", action="store_true", dest="private",
466466
default=False,

0 commit comments

Comments
 (0)