Skip to content

Commit

Permalink
Expand comment explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 24, 2018
1 parent 8507ea2 commit 0c033bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion beets/util/confit.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,9 @@ def __init__(self, appname, modname=None, read=True):
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())
Expand Down

0 comments on commit 0c033bd

Please sign in to comment.