Merge branch 'development'

This commit is contained in:
morpheus65535 2018-08-22 23:42:58 -04:00
commit 9b11324c85
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import sys
try:
logging.info('Installing Python modules required for Bazarr...')
command = sys.executable + ' -m pip --disable-pip-version-check -q -q install --user -r ' + os.path.join(os.path.dirname(__file__), 'requirements.txt')
command = sys.executable + ' -m pip --disable-pip-version-check -q -q install --user -r "' + os.path.join(os.path.dirname(__file__), 'requirements.txt"')
if os.name == 'nt':
codepage = check_output("chcp", shell=True, stderr=subprocess.STDOUT)