]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_argparse.py: remove unnecessary semicolon
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 11 Jul 2013 13:56:37 +0000 (15:56 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 11 Jul 2013 13:56:37 +0000 (15:56 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/pybind/ceph_argparse.py

index 0c83fa12cd3d384624a436d6951e0a4ca53a7eb6..e2a486e877601596442b4f58f0e89e3c2ba21a9b 100644 (file)
@@ -687,7 +687,7 @@ def matchnum(args, signature, partial=False):
         while desc.numseen < desc.n:
             # if there are no more arguments, return
             if not words:
-                return matchcnt;
+                return matchcnt
             word = words.pop(0)
 
             try: