Commit e6c08cb4 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Geometry: Fix pep8.

Showing with 5 additions and 2 deletions
+5 -2
......@@ -68,7 +68,10 @@ class GeometryTranslate(MainTranslate):
self._sub_dict["lm_dict"] = {
"1": _translate("Geometry", "the first guide-line"),
"2": _translate("Geometry", "the second guide-line"),
"3": _translate("Geometry", "the means between the two guide-lines"),
"3": _translate(
"Geometry",
"the means between the two guide-lines"
),
}
self._sub_dict["r_lm_dict"] = {}
......
......@@ -295,7 +295,7 @@ class GeometryWindow(PamhyrWindow):
data = {
"step": dlg.space_step,
"limites": [dlg.begin_cs, dlg.end_cs],
"origin" : dlg.origin,
"origin": dlg.origin,
"directrices": [dlg.begin_dir, dlg.end_dir],
"lplan": dlg.lplan,
"lm": dlg.lm,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment