Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 13, 2019
1 parent 6137d6a commit d11c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isogeo.py
Expand Up @@ -79,7 +79,7 @@
msgBar = iface.messageBar()
qsettings = QSettings()

# required `_log` subfolder
# required `_log` subfolder
plg_logdir = Path(plg_basepath) / "_logs"
if not plg_logdir.exists():
plg_logdir.mkdir()
Expand Down

0 comments on commit d11c487

Please sign in to comment.