Fix test error when no subfeeds are present
This commit is contained in:
parent
5b675acd28
commit
1416c2e518
|
@ -28,7 +28,7 @@ def command_test(args):
|
|||
)
|
||||
for sf_name, sf_sources
|
||||
in subfeeds.items()
|
||||
)
|
||||
) if subfeeds else ''
|
||||
print(f'Inquisitor configured from {config_path}')
|
||||
print(f' {CONFIG_DATA} = {data_path}')
|
||||
print(f' {CONFIG_SOURCES} = {source_path}')
|
||||
|
|
Loading…
Reference in New Issue