Merge pull request #3 from vIiRuS/patch-1
Fix Indentation--yep, thanks for the fix, looks great!
This commit is contained in:
commit
14918761d3
|
@ -41,10 +41,10 @@ def _fc_path():
|
|||
return _PATH
|
||||
|
||||
#look for FREECAD_LIB env variable
|
||||
if os.environ.has_key('FREECAD_LIB'):
|
||||
_PATH = os.environ.get('FREECAD_LIB')
|
||||
if os.path.exists( _PATH):
|
||||
return _PATH
|
||||
if os.environ.has_key('FREECAD_LIB'):
|
||||
_PATH = os.environ.get('FREECAD_LIB')
|
||||
if os.path.exists( _PATH):
|
||||
return _PATH
|
||||
|
||||
if sys.platform.startswith('linux'):
|
||||
#Make some dangerous assumptions...
|
||||
|
|
Loading…
Reference in New Issue
Block a user