Skip to content

Commit

Permalink
added split to confirmation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Aug 5, 2011
1 parent 97b7440 commit 0317ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudtask/task.py
Expand Up @@ -117,7 +117,7 @@ def filter(job):

table = [ ('jobs', '%d (%s)' % (len(jobs), job_range)) ]

for attr in ('command', 'hub-apikey',
for attr in ('split', 'command', 'hub-apikey',
'ec2-region', 'ec2-size', 'ec2-type',
'user', 'backup-id', 'workers',
'overlay', 'post', 'pre', 'timeout', 'report'):
Expand Down

0 comments on commit 0317ba1

Please sign in to comment.