ubuntutools/pullpkg.py: initialize vcscmd

Fixes: 2f396fe54956
This commit is contained in:
Benjamin Drung 2025-12-03 13:11:47 +01:00
parent 7e82344d57
commit 41e7d2d714

View File

@ -471,6 +471,7 @@ class PullPkg:
uri,
)
vcscmd = ""
if vcs == "Bazaar":
vcscmd = " $ bzr branch " + uri
elif vcs == "Git":