1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

remove debug print

This commit is contained in:
Tomas Groth 2019-03-13 22:00:05 +01:00
parent 293571a69a
commit 215fbc23cc

View File

@ -223,7 +223,6 @@ class WindowsBuilder(Builder):
move(portable_exe_path, os.path.join(self.dist_path, '..', portable_exe_name))
self._print('PortableApp build complete')
else:
self._print(self._run_command(['dir', os.path.abspath(os.path.join(self.portable_dest_path, '..'))], 'Could not dir'))
raise Exception('PortableApp failed to build')
def get_platform(self):