Commit e3890f54 authored by Jeremy Hylton's avatar Jeremy Hylton

Normalize whitespace.

parent 08b7b2c2
...@@ -51,7 +51,7 @@ def check_server(addr, storage, write): ...@@ -51,7 +51,7 @@ def check_server(addr, storage, write):
cn = db.open() cn = db.open()
root = cn.root() root = cn.root()
try: try:
root['zeoup'] = root.get('zeoup', 0)+ 1 root['zeoup'] = root.get('zeoup', 0) + 1
get_transaction().commit() get_transaction().commit()
except ConflictError: except ConflictError:
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment