#1407 TypeError: 'LazyImporter' object is not callable
Closed: Duplicate by tkopecek. Opened by jflorian.

I was fiddling with my SSL config a bit in way that I thought might affect the koji-gc so I had planned on doing a before/after test. During the "before" when I would have expected everything to work normally, I got:

Traceback (most recent call last):
  File "/sbin/koji-gc", line 928, in <module>
    rv = main(args)
  File "/sbin/koji-gc", line 437, in main
    globals()['handle_' + x]()
  File "/sbin/koji-gc", line 545, in handle_trash
    send_warning_notice(owner_name, [x[1] for x in builds])
  File "/sbin/koji-gc", line 410, in send_warning_notice
    msg = MIMEText('\n\n'.join([head, middle, tail]))
TypeError: 'LazyImporter' object is not callable

Metadata Update from @tkopecek:
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

It should be already fixed in master: https://pagure.io/koji/issue/1338

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

Please continue any further discussion there.

Metadata