]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Timeout needs to be an int
authorZack Cerza <zack@redhat.com>
Thu, 11 Dec 2014 21:42:03 +0000 (14:42 -0700)
committerZack Cerza <zack@redhat.com>
Thu, 11 Dec 2014 21:42:03 +0000 (14:42 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/results.py

index db5c70c6c028b7b98645f9e44cea3204d874dbc4..f8bca24dcba67ed12ac24f6e74437d0effd33a7c 100644 (file)
@@ -29,7 +29,7 @@ def main(args):
 
     try:
         results(args['--archive-dir'], args['--name'], args['--email'],
-                args['--timeout'], args['--dry-run'])
+                int(args['--timeout']), args['--dry-run'])
     except Exception:
         log.exception('error generating results')
         raise