Skip to content

Commit

Permalink
removed editorial comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloranz committed Jul 8, 2011
1 parent 3395e03 commit 30370d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagefactory/ImageWarehouse.py
Expand Up @@ -88,7 +88,7 @@ def create_bucket_at_url(self, url):
status = int(response_headers["status"])
if(399 < status < 600):
# raise RuntimeError("Could not create bucket: %s" % url)
self.log.info("Creating a bucket returned status %s. If only iwhd would provide a sane way to know if a bucket exists so we wouldn't have to try and create one every time..." % (status, ))
self.log.info("Creating a bucket returned status %s." % (status, ))
return False
else:
return True
Expand Down

0 comments on commit 30370d4

Please sign in to comment.