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
1=== modified file 'lava_scheduler_tool/commands.py'
2--- lava_scheduler_tool/commands.py 2012-03-22 18:15:23 +0000
3+++ lava_scheduler_tool/commands.py 2012-04-04 04:05:22 +0000
4@@ -52,7 +52,7 @@
5 try:
6 job_id = server.scheduler.submit_job(command_text)
7 except xmlrpclib.Fault, e:
8- raise LavaCommandError(str(e))
9+ raise CommandError(str(e))
10 else:
11 print "submitted as job id:", job_id
12

Subscribers

People subscribed via source and target branches