projects
/
invirt/scripts/update-contacts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8497f31
)
Fixed quoting for subproc
master
author
Steven Valdez
<dvorak42@mit.edu>
Sun, 23 Jun 2013 08:07:11 +0000
(
04:07
-0400)
committer
Steven Valdez
<dvorak42@mit.edu>
Sun, 23 Jun 2013 08:07:11 +0000
(
04:07
-0400)
update-contacts
patch
|
blob
|
history
diff --git
a/update-contacts
b/update-contacts
index
22edcc4
..
4377ba5
100755
(executable)
--- a/
update-contacts
+++ b/
update-contacts
@@
-33,7
+33,7
@@
def stripDomain(c):
def updateContacts(contacts):
now = datetime.datetime.now()
- p = subprocess.Popen(['blanche', '-f', '-', '-D', "\"All contacts for XVM Machines (%02d/%2d/%2d)\"" % (now.month, now.day, now.year), 'xvm-contacts'],
+ p = subprocess.Popen(['blanche', '-f', '-', '-D', 'All contacts for XVM Machines (%02d/%2d/%2d)' % (now.month, now.day, now.year), 'xvm-contacts'],
stdin=subprocess.PIPE,
)