mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
remove debug print
This commit is contained in:
parent
293571a69a
commit
215fbc23cc
@ -223,7 +223,6 @@ class WindowsBuilder(Builder):
|
|||||||
move(portable_exe_path, os.path.join(self.dist_path, '..', portable_exe_name))
|
move(portable_exe_path, os.path.join(self.dist_path, '..', portable_exe_name))
|
||||||
self._print('PortableApp build complete')
|
self._print('PortableApp build complete')
|
||||||
else:
|
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')
|
raise Exception('PortableApp failed to build')
|
||||||
|
|
||||||
def get_platform(self):
|
def get_platform(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user