indeOWS / INDE

3 stars 0 forks source link

Plugin approval #1

Open NyakudyaA opened 3 years ago

NyakudyaA commented 3 years ago

Problem

Please remove the _pycache folder and any .pyc files they are autogenerated on install

NyakudyaA commented 3 years ago

ping @indeOWS

indeOWS commented 3 years ago

Dear Mazano,

I finally searched about removing _pycache folder and any .pyc. I ran:

find . | grep -E "(pycache|.pyc|.pyo$)" | xargs rm -rf py3clean .

I hope everything works fine now. I attached a new zip file.

Thank you very much for your time.

Kind regards

Julierme

On Sat, Nov 14, 2020 at 5:23 AM mazano notifications@github.com wrote:

Problem

Please remove the _pycache folder and any .pyc files they are autogenerated on install

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/indeOWS/INDE/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMVNEBBXN32OD5NGDVKEO3SPY5A3ANCNFSM4TVNHXUA .