fixing symlink chk

This commit is contained in:
brent s 2018-08-07 11:47:13 -04:00
parent 91bff5412c
commit 5bd2a87d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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',