mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Fix traceback related to undefined variable
Fixup after 68d8b21
Obsoletes PR #487
This commit is contained in:
parent
b9d6d2b96b
commit
5b05b611a7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class ConfigLoader(object):
|
|||
# building, we may also load that and potentially override some global
|
||||
# settings.
|
||||
config = RawConfigParser()
|
||||
config.read(filename)
|
||||
config.read(self.tito_props_path)
|
||||
|
||||
self._check_legacy_globalconfig(config)
|
||||
return config
|
||||
|
|
Loading…
Add table
Reference in a new issue