Fix test error when no subfeeds are present

This commit is contained in:
Tim Van Baak 2021-03-08 13:12:59 -08:00
parent 5b675acd28
commit 1416c2e518
1 changed files with 1 additions and 1 deletions

View File

@ -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}')