mirror of https://github.com/nucypher/nucypher.git
Apply suggestions from code review #2492
Co-authored-by: K Prasch <kieranprasch@gmail.com>pull/2492/head
parent
fadf893b14
commit
665909322c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue