2 places in main code are changed - py2 error in koji.removeNonprintable is fixed - FileNotFoundError is replaced by OSError koji.util.rmtree for py2
koji.removeNonprintable
koji.util.rmtree
fixes: #4248
:thumbsup:
Commit d1c0d772 fixes this pull-request
Pull-Request has been merged by tkopecek
2 places in main code are changed
- py2 error in
koji.removeNonprintableis fixed- FileNotFoundError is replaced by OSError
koji.util.rmtreefor py2fixes: #4248