mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-12-08 16:43:51 +00:00
ubuntutools/pullpkg.py: initialize vcscmd
Fixes: 2f396fe54956
This commit is contained in:
parent
7e82344d57
commit
41e7d2d714
@ -471,6 +471,7 @@ class PullPkg:
|
|||||||
uri,
|
uri,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
vcscmd = ""
|
||||||
if vcs == "Bazaar":
|
if vcs == "Bazaar":
|
||||||
vcscmd = " $ bzr branch " + uri
|
vcscmd = " $ bzr branch " + uri
|
||||||
elif vcs == "Git":
|
elif vcs == "Git":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user