projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5703172
)
fix a syntax error from my r2526
author
Greg Price
<price@mit.edu>
Thu, 29 Oct 2009 06:03:29 +0000
(
02:03
-0400)
committer
Greg Price
<price@mit.edu>
Thu, 29 Oct 2009 06:03:29 +0000
(
02:03
-0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2711
code/main.py
patch
|
blob
|
history
diff --git
a/code/main.py
b/code/main.py
index
c791e82
..
a494046
100755
(executable)
--- a/
code/main.py
+++ b/
code/main.py
@@
-230,7
+230,7
@@
console will suffer artifacts.
d['err'] = err
if err:
for field, value in fields.items():
- setattr(d['defaults'], field, value))
+ setattr(d['defaults'], field, value)
else:
d['new_machine'] = parsed_fields['name']
return d