Skip to content

Commit

Permalink
minor typo and indent change
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 8, 2012
1 parent 0863631 commit e1637fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plone/recipe/zeoserver/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def _main(host, port, unix=None, days=1, username=None, password=None,
realm=None, blob_dir=None, storage='1', shared_blob_dir=True):
realm=None, blob_dir=None, storage='1', shared_blob_dir=True):
if unix is not None:
addr = unix
else:
Expand All @@ -34,7 +34,7 @@ def _main(host, port, unix=None, days=1, username=None, password=None,
"is running.")
sys.exit(1)
try:
# The script should not exit util the packing is done.
# The script should not exit until the packing is done.
# => wait=True
cs.pack(wait=True, days=int(days))
except ClientDisconnected:
Expand Down

0 comments on commit e1637fb

Please sign in to comment.