Fixed typo in last commit
This commit is contained in:
parent
97aea8a4ed
commit
0ba829de41
|
@ -40,7 +40,7 @@ __url__ = "http://www.freecadweb.org"
|
|||
# Presets in the form: Class, Name, Profile type, [profile data]
|
||||
# Search for profiles.csv in data/Mod/Arch/Presets and in the same folder as this file
|
||||
profilefiles = [os.path.join(FreeCAD.getResourceDir(),"Mod","Arch","Presets","profiles.csv"),
|
||||
os.path.join(os.path.basedir(__file__),"Presets","profiles.csv")]
|
||||
os.path.join(os.path.dirname(__file__),"Presets","profiles.csv")]
|
||||
|
||||
def readPresets():
|
||||
Presets=[None]
|
||||
|
|
Loading…
Reference in New Issue
Block a user