display the NotShowIn stuff correctly
This commit is contained in:
parent
0e3ad63445
commit
1a3ffb6e5b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class AutostartFile:
|
||||||
self._alert("Excluded by: OnlyShowIn (" + s + ")")
|
self._alert("Excluded by: OnlyShowIn (" + s + ")")
|
||||||
if default and noshow and not force:
|
if default and noshow and not force:
|
||||||
s = ""
|
s = ""
|
||||||
for i in self.de.getOnlyShowIn():
|
for i in self.de.getNotShowIn():
|
||||||
if s: s += ", "
|
if s: s += ", "
|
||||||
s += i
|
s += i
|
||||||
self._alert("Excluded by: NotShowIn (" + s + ")")
|
self._alert("Excluded by: NotShowIn (" + s + ")")
|
||||||
|
|
Loading…
Reference in a new issue