StartWB: Remove superfluous paranthesis [skip ci]

This commit is contained in:
luz paz
2022-02-09 15:07:24 -05:00
committed by wwmayer
parent d26bd6ffb8
commit 4e3723b9a0

View File

@@ -234,7 +234,7 @@ def buildCard(filename,method,arg=None):
"""builds an html <li> element representing a file.
method is a script + a keyword, for ex. url.py?key="""
result = ("")
result = ""
if os.path.exists(filename) and isOpenableByFreeCAD(filename):
basename = os.path.basename(filename)
if not arg: