#3241 Remove json check in import-cg CLI
Closed: Fixed by tkopecek. Opened by jcupova.

In import-cg is still check that json is empty. Json variable is not used in this CLI command.


Metadata Update from @jcupova:
- Custom field Size adjusted to None

Metadata Update from @jcupova:
- Issue tagged with: no_qe

It is a relict of pre2.7 python when json module wasn't part of stdlib. It makes no sense now as there is "hard" import in the beginning of the file, so this code is unreachable.

Metadata Update from @tkopecek:
- Issue untagged with: no_qe

Commit c2b238c6 fixes this issue

Commit c0b8223d fixes this issue

Metadata Update from @jcupova:
- Issue tagged with: no_qe

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

Please continue any further discussion there.

Metadata
Related Pull Requests