Fixed problems with compress output and unconfigured sources
This commit is contained in:
parent
c7a340f687
commit
3d95ba958c
|
|
@ -192,6 +192,7 @@ class CompressOptions(BaseOptions):
|
|||
for f in self.files:
|
||||
if f.from_output:
|
||||
out = RegOutput.get_output(f.from_output)
|
||||
config_output(out)
|
||||
if out is not None and out.category:
|
||||
if isinstance(out.category, str):
|
||||
cats.add(out.category)
|
||||
|
|
|
|||
Loading…
Reference in New Issue