getsolus / eopkg

eopkg - Solus package manager implemented in python3
8 stars 9 forks source link

Fix 3rd-party build failures for JetBrain IDEs (python2) #83

Closed Staudey closed 2 months ago

Staudey commented 2 months ago

Fixes https://github.com/getsolus/3rd-party/issues/81

So this is just a workaround because I'm not familiar with the code at all and don't know why a None fileobj propagates there

https://github.com/getsolus/eopkg/pull/81 doesn't change the behaviour mentioned in above issue

silkeh commented 2 months ago

don't know why a None fileobj propagates there

I don't know either, but the attribute is optional, so it seems valid in the codebase.