mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-20 02:35:27 +00:00
no log: Changed package_info file location
This commit is contained in:
parent
b11d037d2e
commit
8a213e8ad8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ if isinstance(settings.general.enabled_providers, str) and not settings.general.
|
||||||
settings.write(handle)
|
settings.write(handle)
|
||||||
|
|
||||||
# make sure settings.general.branch is properly set when running inside a docker container
|
# make sure settings.general.branch is properly set when running inside a docker container
|
||||||
package_info_file = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'package_info')
|
package_info_file = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), 'package_info')
|
||||||
if os.path.isfile(package_info_file):
|
if os.path.isfile(package_info_file):
|
||||||
try:
|
try:
|
||||||
package_info = {}
|
package_info = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue