remove debug print

This commit is contained in:
Tomas Groth 2019-03-13 22:00:05 +01:00
parent 293571a69a
commit 215fbc23cc
1 changed files with 0 additions and 1 deletions

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):