Properly resolve all paths
Created by: ollieparanoid
every
os.path.abspath()
call should have its parameter wrapped byos.path.realpath()
! symlinks are important :P
This seems to cause #263 (closed).
Created by: ollieparanoid
every
os.path.abspath()
call should have its parameter wrapped byos.path.realpath()
! symlinks are important :P
This seems to cause #263 (closed).