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:
parent
32616c14cc
commit
dc6904fd1c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user