make initial path defaults slightly more intuitive

This commit is contained in:
sliptonic
2021-01-26 18:14:09 -08:00
committed by Markus Lampert
parent c8d3210ba4
commit f26e631ab6
3 changed files with 7 additions and 1 deletions
@@ -82,6 +82,7 @@ def checkWorkingDir():
workingdir = workingdir[:-8] # trim off trailing /Library if user chose it
PathPreferences.setLastPathToolLibrary("{}{}Library".format(workingdir, os.path.sep))
PathPreferences.setLastPathToolBit("{}{}Bit".format(workingdir, os.path.sep))
PathLog.debug('setting workingdir to: {}'.format(workingdir))
subdirlist = ['Bit', 'Library', 'Shape']