debug print

This commit is contained in:
Tomas Groth 2019-02-15 22:34:14 +01:00
parent eb4711d70d
commit 75abfc27d9
2 changed files with 3 additions and 2 deletions

View File

@ -90,6 +90,7 @@ class Builder(object):
Return text from stdout.
"""
_print(cmd)
proc = Popen(cmd, stdout=PIPE, stderr=PIPE, universal_newlines=True)
output, error = proc.communicate()
code = proc.wait()

View File

@ -7,8 +7,8 @@ psvince = %(here)s\psvince.dll
lrelease = C:\Qt\5.12\msvc2017\bin\lrelease.exe
portablelauncher = %(here)s\..\..\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe
portableinstaller = %(here)s\..\..\PortableApps.comInstaller\PortableApps.comInstaller.exe
mutool = %(here)s\..openlp-branch\mutool.exe
mediainfo = %(here)s\..openlp-branch\MediaInfo.exe
mutool = %(here)s\..\..\mupdf-1.14.0-windows\mutool.exe
mediainfo = %(here)s\..\..\MediaInfo\MediaInfo.exe
[paths]
branch = %(projects)s\openlp-branch