Work on scripts.

master
Dominik Deák 4 years ago
parent 03d8c064ca
commit c27a2c150e
  1. 2
      Scripts/Detail/Config.py

@ -164,7 +164,7 @@ class Configuration():
def variableList( self ): def variableList( self ):
return dict( ( name, getattr( self, name ) ) for name in dir( self ) if not callable( getattr( self, name ) ) and not name.startswith( '__' ) ) return dict( ( name, getattr( self, name ) ) for name in dir( self ) if not callable( getattr( self, name ) ) and not name.startswith( '__' ) )
scriptPath = utility.joinPath( utility.basePathAtSource( __file__ ), ".." ) scriptPath = utility.joinPath( utility.basePathAtSource( __file__ ), ".." )
configPath = utility.joinPath( scriptPath, "config.txt" ) configPath = utility.joinPath( scriptPath, "config.txt" )

Loading…
Cancel
Save