Skip to content
Snippets Groups Projects
Commit c1b18f60 authored by Florian Meyer's avatar Florian Meyer
Browse files

- fixed wrong path

- was catching the user script path instead of the install script one
parent 76a9395a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ import os, sys
def getPresets():
scriptPath = sys.path[0] + os.sep + "add_mesh_BoltFactory"
scriptPath = sys.path[1] + os.sep + "add_mesh_BoltFactory"
presetPath = scriptPath + os.sep +"presets"
presetFiles = os.listdir(presetPath)
#presetFiles.sort()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment