fixing symlink chk
This commit is contained in:
parent
91bff5412c
commit
5bd2a87d0c
@ -18,7 +18,7 @@ cfgfile = os.path.join(os.environ['HOME'],
|
||||
'centos.ini')
|
||||
|
||||
# Set up the logger.
|
||||
_selfpath = os.path.abspath(os.path.expanduser(__file__))
|
||||
_selfpath = os.path.abspath(os.path.realpath(os.path.expanduser(__file__)))
|
||||
_logmodpath = os.path.join(_selfpath,
|
||||
'..', '..', '..',
|
||||
'lib',
|
||||
|
Loading…
Reference in New Issue
Block a user