Skip to content

Commit

Permalink
Updated code to fit PEP8 standards
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Nov 10, 2019
1 parent bb80b09 commit a6644ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,8 @@ def _setup_deployment(self):
QMessageBox.information(
self._splash,
'Forcing Uninstall',
'Current installation is not valid.\n\nUninstall process will start after closing this dialog.\n\n'
'Current installation is not valid.'
'\n\nUninstall process will start after closing this dialog.\n\n'
'Next time you launch the application, you will need to select a new installation path')
self._on_uninstall(force=True)
return False
Expand Down

0 comments on commit a6644ed

Please sign in to comment.