Skip to content

Commit

Permalink
response message will be written to dialog window
Browse files Browse the repository at this point in the history
also server change is needed
(relates #102)
  • Loading branch information
PachKosti committed Jan 24, 2020
1 parent 050c6c8 commit 2a17f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mergin/configuration_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ def test_connection(self):
msg = "<font color=red> Connection failed, incorrect URL </font>"
except ClientError as e:
QgsApplication.messageLog().logMessage(f"Mergin plugin: {str(e)}")
msg = "<font color=red> Connection failed, incorrect username/password </font>"
msg = f"<font color=red> Connection failed, {str(e)} </font>"
QApplication.restoreOverrideCursor()
self.ui.test_status.setText(msg)

0 comments on commit 2a17f6b

Please sign in to comment.