populus icon indicating copy to clipboard operation
populus copied to clipboard

"populus compile --watch" fails

Open JanKalin opened this issue 7 years ago • 1 comments

  • 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'

image

JanKalin avatar Dec 21 '17 14:12 JanKalin

confirm this issue.

introom avatar Jan 25 '18 08:01 introom