Skip to content

Commit

Permalink
Fix traceback related to undefined variable
Browse files Browse the repository at this point in the history
Fixup after 68d8b21
Obsoletes PR #487
  • Loading branch information
FrostyX committed Jan 28, 2024
1 parent b9d6d2b commit 5b05b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tito/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _read_config(self):
# 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
Expand Down

0 comments on commit 5b05b61

Please sign in to comment.