Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix confused copy/paste
  • Loading branch information
Guts authored and nyalldawson committed Jan 11, 2021
1 parent 05d836b commit 74fb453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/utils.py
Expand Up @@ -532,7 +532,7 @@ def showPluginHelp(packageName: str = None, filename: str = "index", section: st
url = "file://" + helpfile
if section != "":
url = url + "#" + section
QDesktopServices.openUrl .openUrl(url, False)
QDesktopServices.openUrl(QUrl(url))


def pluginDirectory(packageName):
Expand Down

0 comments on commit 74fb453

Please sign in to comment.