Don't try to determine hostDir if it was provided

This commit is contained in:
rdb 2009-12-28 08:32:24 +00:00
parent 72184bcf16
commit acb7eae95a

View File

@ -386,6 +386,9 @@ class HostInfo:
This code is duplicated in C++, in This code is duplicated in C++, in
P3DHost::determine_host_dir(). """ P3DHost::determine_host_dir(). """
if self.hostDir:
return
if hostDirBasename: if hostDirBasename:
# If the contents.xml specified a host_dir parameter, use # If the contents.xml specified a host_dir parameter, use
# it. # it.