Skip to content

Commit

Permalink
style: run ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Dec 8, 2023
1 parent 6775635 commit a293b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def run_gui_control(self):
layer_out.updateFields()

# style output layer
qml_path = os.path.join(os.path.dirname(__file__), 'linestyle.qml')
qml_path = os.path.join(os.path.dirname(__file__), "linestyle.qml")
layer_out.loadNamedStyle(qml_path, True)
layer_out.triggerRepaint()

Expand Down

0 comments on commit a293b29

Please sign in to comment.