Skip to content

Commit

Permalink
Add documentation in repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGrillot committed May 15, 2024
1 parent ffb4146 commit b36c60a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you mean to deploy it to the [official QGIS plugins repository](https://plugi

The documentation is generated using Sphinx and is automatically generated through the CI and published on Pages.

- homepage: <https://github.com/JulesGrillot/plugin_bd_topo_extractor>
- homepage: <https://julesgrillot.github.io/plugin_bd_topo_extractor/>
- repository: <https://github.com/JulesGrillot/plugin_bd_topo_extractor>
- tracker: <https://github.com/JulesGrillot/plugin_bd_topo_extractor/issues>

Expand Down
1 change: 0 additions & 1 deletion bd_topo_extractor/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def ping(self, url):
self.manager.get(qrequest)

def handle_finished(self, reply):
print(reply.error())
if reply.error() != QNetworkReply.NoError:
# If the user does not have an internet connexion,
# the plugin does not launch.
Expand Down

0 comments on commit b36c60a

Please sign in to comment.