Merge pull request #1898 from coolo/dont_upper
pkglistgen: Don't upper case the staging letter
This commit is contained in:
commit
149e290fae
@ -112,7 +112,7 @@ class CommandLineInterface(ToolBase.CommandLineInterface):
|
||||
for scope in opts.scope:
|
||||
if scope.startswith('staging:'):
|
||||
letter = re.match('staging:(.*)', scope).group(1)
|
||||
solve_project(api.prj_from_short(letter.upper()), 'staging')
|
||||
solve_project(api.prj_from_short(letter), 'staging')
|
||||
elif scope == 'target':
|
||||
solve_project(target_project, scope)
|
||||
elif scope == 'rings':
|
||||
|
Loading…
x
Reference in New Issue
Block a user