mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Expand comment explanation
This commit is contained in:
parent
8507ea2b9e
commit
0c033bdaf1
1 changed files with 3 additions and 1 deletions
|
|
@ -794,7 +794,9 @@ class Configuration(RootView):
|
|||
super(Configuration, self).__init__([])
|
||||
self.appname = appname
|
||||
self.modname = modname
|
||||
# Pre-resolve default source location
|
||||
|
||||
# Resolve default source location. We do this ahead of time to
|
||||
# avoid unexpected problems if the working directory changes.
|
||||
self._package_path = _package_path(appname)
|
||||
|
||||
self._env_var = '{0}DIR'.format(self.appname.upper())
|
||||
|
|
|
|||
Loading…
Reference in a new issue