update_manager: default the GitUpdater "python_reqs" attribute to None

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-03-11 11:41:52 -05:00
parent 832eb6f130
commit d45ec3466e
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ class GitUpdater:
self.debug = self.cmd_helper.is_debug_enabled()
self.env = config.get("env", env)
dist_packages = None
self.python_reqs = None
if self.env is not None:
self.env = os.path.expanduser(self.env)
dist_packages = config.get('python_dist_packages', None)