tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Checking if config settings exist before forming commandline #72

Closed vt102 closed 5 years ago

vt102 commented 5 years ago

Not having configuration settings such as EOSIO_S2WASM and EOSIO_WAST2WASM caused cryptic error messages when forming a commandline with that as the executable, such as, "expect bytes or str, not NoneType".

Closes #71

jakub-zarembinski commented 5 years ago

Hi, thanks for this PR. We'll close this PR without merging, as we believe that due to the changes introduced in the upcoming 2.2 release this issue is no longer relevant.