Don't try to determine hostDir if it was provided
This commit is contained in:
parent
72184bcf16
commit
acb7eae95a
|
|
@ -386,6 +386,9 @@ class HostInfo:
|
|||
This code is duplicated in C++, in
|
||||
P3DHost::determine_host_dir(). """
|
||||
|
||||
if self.hostDir:
|
||||
return
|
||||
|
||||
if hostDirBasename:
|
||||
# If the contents.xml specified a host_dir parameter, use
|
||||
# it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue