Merge lp:~pwlars/lava-scheduler-tool/CommandError into lp:lava-scheduler-tool

Proposed by Paul Larson
Status: Merged
Merged at revision: 16
Proposed branch: lp:~pwlars/lava-scheduler-tool/CommandError
Merge into: lp:lava-scheduler-tool
Diff against target: 11 lines (+1/-1)
1 file modified
lava_scheduler_tool/commands.py (+1/-1)
To merge this branch: bzr merge lp:~pwlars/lava-scheduler-tool/CommandError
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+100722@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

yeah, sorry about that

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lava_scheduler_tool/commands.py'
--- lava_scheduler_tool/commands.py 2012-03-22 18:15:23 +0000
+++ lava_scheduler_tool/commands.py 2012-04-04 04:05:22 +0000
@@ -52,7 +52,7 @@
52 try:52 try:
53 job_id = server.scheduler.submit_job(command_text)53 job_id = server.scheduler.submit_job(command_text)
54 except xmlrpclib.Fault, e:54 except xmlrpclib.Fault, e:
55 raise LavaCommandError(str(e))55 raise CommandError(str(e))
56 else:56 else:
57 print "submitted as job id:", job_id57 print "submitted as job id:", job_id
5858

Subscribers

People subscribed via source and target branches