Skip to content

Commit

Permalink
rados.py: remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <[email protected]>
  • Loading branch information
dalgaaf committed Mar 21, 2013
1 parent cffc2d5 commit 7ed0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/rados.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def __init__(self, ioctx):
elif (ret != -errno.ERANGE):
raise make_ex(ret, "error calling rados_snap_list for \
ioctx '%s'" % self.ioctx.name)
num_snaps = num_snaps * 2;
num_snaps = num_snaps * 2
self.cur_snap = 0

def __iter__(self):
Expand Down

0 comments on commit 7ed0be1

Please sign in to comment.