Skip to content

Commit

Permalink
Fix reference to _CONFIG_FILE in actor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 24, 2023
1 parent f3145c7 commit 843a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archon/actor/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def from_config(cls, config, *args, **kwargs):
instance.config_file_path = str(
config._BASE_CONFIG_FILE
if config._BASE_CONFIG_FILE
else config.CONFIG_FILE
else config._CONFIG_FILE
)

assert isinstance(instance, ArchonBaseActor)
Expand Down

0 comments on commit 843a798

Please sign in to comment.