]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
task/install: fix UnboundLocalError of local variable repos 1385/head
authorshangdehao1 <dehao.shang@intel.com>
Sat, 14 Dec 2019 06:28:43 +0000 (14:28 +0800)
committershangdehao1 <dehao.shang@intel.com>
Sat, 14 Dec 2019 06:28:47 +0000 (14:28 +0800)
commitc10378318712c92c3c2d9ba96607248034dcf275
treef3f735cdc2c08ac9f87dbc9e92a1d95898a6d594
parent59ae2f5a0ba675f8588928a798974488420b4cc4
task/install: fix UnboundLocalError of local variable repos

If overrides is None, repos will don't be assignmented.
In this case, will occur error "UnboundLocalError: local variable
repos referenced before assignment"

Signed-off-by: dehao.shang@intel.com
teuthology/task/install/__init__.py