Flag unmapped Path arguments as irregular
This commit is contained in:
parent
f9fd72e887
commit
c945aadb3e
2 changed files with 2 additions and 10 deletions
|
@ -91381,11 +91381,6 @@ Cats Tanks:
|
||||||
id: 673770
|
id: 673770
|
||||||
Cats are Liquid:
|
Cats are Liquid:
|
||||||
files:
|
files:
|
||||||
/SOFTWARE/LastQuarter Studios/Cats are Liquid:
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
when:
|
|
||||||
- os: windows
|
|
||||||
"<base>/CatsAreLiquidLinux_Data/Mono/etc/mono":
|
"<base>/CatsAreLiquidLinux_Data/Mono/etc/mono":
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
@ -358031,11 +358026,6 @@ NHL 09:
|
||||||
- config
|
- config
|
||||||
when:
|
when:
|
||||||
- os: windows
|
- os: windows
|
||||||
"<home>/NHL09":
|
|
||||||
tags:
|
|
||||||
- save
|
|
||||||
when:
|
|
||||||
- os: windows
|
|
||||||
NHL 2004:
|
NHL 2004:
|
||||||
files:
|
files:
|
||||||
"<winDocuments>/NHL 2004":
|
"<winDocuments>/NHL 2004":
|
||||||
|
|
|
@ -531,6 +531,8 @@ impl WikiPath {
|
||||||
if mapped.os.is_some() {
|
if mapped.os.is_some() {
|
||||||
self.os = mapped.os;
|
self.os = mapped.os;
|
||||||
}
|
}
|
||||||
|
} else if !other.composite.is_empty() {
|
||||||
|
self.regularity = Regularity::Irregular;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.incorporate(other)
|
self.incorporate(other)
|
||||||
|
|
Reference in a new issue