Merge lp:~dpigott/lava-dashboard-tool/Bug771182-None-fix into lp:lava-dashboard-tool

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 144
Merged at revision: 151
Proposed branch: lp:~dpigott/lava-dashboard-tool/Bug771182-None-fix
Merge into: lp:lava-dashboard-tool
Diff against target: 12 lines (+1/-1)
1 file modified
lava_dashboard_tool/commands.py (+1/-1)
To merge this branch: bzr merge lp:~dpigott/lava-dashboard-tool/Bug771182-None-fix
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+66269@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lava_dashboard_tool/commands.py'
--- lava_dashboard_tool/commands.py 2011-06-27 16:04:39 +0000
+++ lava_dashboard_tool/commands.py 2011-06-29 09:48:38 +0000
@@ -626,7 +626,7 @@
626 parser.add_argument(626 parser.add_argument(
627 "--name",627 "--name",
628 type=str,628 type=str,
629 default=None,629 default="",
630 help="Name of the bundle stream (description)")630 help="Name of the bundle stream (description)")
631631
632 def invoke_remote(self):632 def invoke_remote(self):

Subscribers

People subscribed via source and target branches