Skip to content

Commit

Permalink
reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 12, 2019
1 parent b930f52 commit ff1cf1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isogeo.py
Expand Up @@ -838,7 +838,8 @@ def run(self):
self.form_mng.btn_report.pressed.connect(
partial(
plg_tools.open_webpage,
link="https://github.com/isogeo/isogeo-plugin-qgis/issues/new?title={} - plugin v{} QGIS {} ({})&labels=bug&milestone=4".format(
link="https://github.com/isogeo/isogeo-plugin-qgis/issues/new?title={}"
" - plugin v{} QGIS {} ({})&labels=bug&milestone=4".format(
self.tr("TITLE ISSUE REPORTED"),
plg_tools.plugin_metadata(base_path=plg_basepath),
Qgis.QGIS_VERSION,
Expand Down

0 comments on commit ff1cf1f

Please sign in to comment.