populus
populus copied to clipboard
"populus compile --watch" fails
- Populus Version: 2.2.0
- OS: Debian64
jank@scu:~/snapchain/test$ populus compile --watch
> Found 1 contract source files
- contracts/Greeter.sol
> Compiled 1 contracts
- contracts/Greeter.sol:Greeter
> Wrote compiled assets to: build/contracts.json
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
TypeError: watch_project_contracts() missing 1 required positional argument: 'compiler_settings'
confirm this issue.