Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 26, 2024
1 parent 2a60a21 commit 55c8da5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions empire/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ def check_config_permission(config_dict: dict, config_type: str):
with open(config_path, "w") as config_file:
yaml.safe_dump(paths2str(config_dict), config_file)

log.info(
"Updated %s config.yaml to use fallback directory: %s",
config_type,
fallback_dir,
)
return config_dict

def paths2str(data):
Expand Down

0 comments on commit 55c8da5

Please sign in to comment.