Skip to content
Snippets Groups Projects
Commit 13e79f8c authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Format correctly.

parent 1797c5fe
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class DummyPQJob:
def pretty_description(self):
return _("This is the Dummy PythonQt Job. "
"The dummy job says: {}".format(self.my_msg))
"The dummy job says: {}").format(self.my_msg)
def pretty_status_message(self):
return _("A status message for Dummy PythonQt Job.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment