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
1=== modified file 'lava_dashboard_tool/commands.py'
2--- lava_dashboard_tool/commands.py 2011-06-27 16:04:39 +0000
3+++ lava_dashboard_tool/commands.py 2011-06-29 09:48:38 +0000
4@@ -626,7 +626,7 @@
5 parser.add_argument(
6 "--name",
7 type=str,
8- default=None,
9+ default="",
10 help="Name of the bundle stream (description)")
11
12 def invoke_remote(self):

Subscribers

People subscribed via source and target branches