Aleksei Potapkin
Aleksei Potapkin
Also, it can be reproduced in this repo https://github.com/aave/governance-crosschain-bridges ``` Traceback (most recent call last): File "/Users/folk/.local/pipx/venvs/slither-analyzer/lib/python3.10/site-packages/slither/__main__.py", line 744, in main_impl ) = process_all(filename, args, detector_classes, printer_classes) File "/Users/folk/.local/pipx/venvs/slither-analyzer/lib/python3.10/site-packages/slither/__main__.py", line...
Thanks for the workaround. I got your point, but still think that passing apkNames through CLI arguments, e.g. `marathon --applicationApk app-v.2.0.apk --applicationTestApk app-androidTest.apk` can be intuitive and flexible because of...
> One discrepancy nice to unify is "Callable only by owner" and "Reverts if `msg.sender` is not owner", wdyt? TBH, not really get the context.