Apply suggestions from code review #2492

Co-authored-by: K Prasch <kieranprasch@gmail.com>
pull/2492/head
Victoria 2021-01-04 12:07:20 +03:00 committed by GitHub
parent fadf893b14
commit 665909322c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ from pathlib import Path
def get_solc_config_path() -> Path:
# Note: This script is sensitive to the working directory.
nucypher = Path(__file__).parent.parent.parent.resolve() / 'nucypher'
config_path = nucypher / 'blockchain' / 'eth' / 'sol' / '__conf__.py'
return config_path