Merge pull request #4356 from luzpaz/LGTM-ArchPanel

[0.19][ARCH] Arch: Fix LGTM warning of missing param for translate() in ArchPanel.py
This commit is contained in:
Yorik van Havre
2021-02-05 13:19:00 +01:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ if FreeCAD.GuiUp:
import draftguitools.gui_trackers as DraftTrackers
else:
# \cond
def translate(ctxt,txt):
def translate(ctxt,txt,utf8_decode=False):
return txt
def QT_TRANSLATE_NOOP(ctxt,txt):
return txt