Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge bustage fix to production
Browse files Browse the repository at this point in the history
--HG--
branch : production-0.8
  • Loading branch information
bhearsum committed Jun 14, 2011
2 parents 3c895c5 + 430d455 commit 13c106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/base.py
Expand Up @@ -41,7 +41,7 @@ def __init__(self, command, retry=True, **kwargs):
self.super_class = obj
if retry:
wrappedCommand = self.retryCommand + \
['-t', kwargs.get('timeout', 1200)] + \
['-t', str(kwargs.get('timeout', 1200))] + \
command
else:
wrappedCommand = command
Expand Down

0 comments on commit 13c106a

Please sign in to comment.