1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-16 03:17:45 +08:00

devscripts/buildserver.py: format block comment

This commit is contained in:
stepshal 2016-06-28 22:14:20 +07:00
parent 32616c14cc
commit dc6904fd1c

View File

@ -336,7 +336,7 @@ class YoutubeDLBuilder(object):
try:
proc = subprocess.Popen([os.path.join(self.pythonPath, 'python.exe'), 'setup.py', 'py2exe'], stdin=subprocess.PIPE, cwd=self.buildPath)
proc.wait()
#subprocess.check_output([os.path.join(self.pythonPath, 'python.exe'), 'setup.py', 'py2exe'],
# subprocess.check_output([os.path.join(self.pythonPath, 'python.exe'), 'setup.py', 'py2exe'],
# cwd=self.buildPath)
except subprocess.CalledProcessError as e:
raise BuildError(e.output)