Skip to content

Commit

Permalink
Update configHandler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Jul 24, 2024
1 parent 89076cc commit 3dd2d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BridgeEmulator/configManager/configHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _write_yaml(path, contents):
class Config:
yaml_config = None
configDir = parse_arguments()["CONFIG_PATH"]
runningDir = str(pathlib.Path(__file__).parent.resolve())
runningDir = str(pathlib.Path(__file__)).replace("/configManager/configHandler.py","")

def __init__(self):
if not os.path.exists(self.configDir):
Expand Down

0 comments on commit 3dd2d3d

Please sign in to comment.