#1768 koji-gc errors out if run without specifying config file
Closed: Fixed by tkopecek. Opened by jforaker.

In 1.19.0:

# /usr/sbin/koji-gc
Traceback (most recent call last):
  File "/usr/sbin/koji-gc", line 954, in <module>
    options, args = get_options()
  File "/usr/sbin/koji-gc", line 115, in get_options
    config = koji.read_config_files(cf)
  File "/usr/lib/python2.7/site-packages/koji/__init__.py", line 1887, in read_config_files
    raise GenericError('invalid type: %s' % type(config_files))
koji.GenericError: invalid type: <type 'NoneType'>

Metadata Update from @tkopecek:
- Custom field Size adjusted to small
- Issue set to the milestone: 1.20
- Issue tagged with: bug

PR #1769

Commit 14ff331e fixes this issue

Metadata Update from @jcupova:
- Issue tagged with: testing-done

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1768

Please continue any further discussion there.

Metadata