forked from mirrors/thatmattlove-hyperglass
fix config value overwrite; closes #249
This commit is contained in:
parent
ad88d025c2
commit
4b6e6cba70
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class HyperglassModel(BaseModel):
|
|||
*(p for p in value.parts if p not in Settings.original_app_path.parts)
|
||||
)
|
||||
|
||||
if isinstance(value, str):
|
||||
if isinstance(value, str) and str(Settings.original_app_path) in value:
|
||||
if Settings.container:
|
||||
path = Path(value)
|
||||
return str(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue