Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
boverhof committed Oct 4, 2024
1 parent 7102ef6 commit 30b94d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foqus_lib/service/flowsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _set_working_dir(wdir, override=False):
# if override:
# FoqusSettings.getUserConfigLocation = _get_user_config_location
# FoqusSettings.applyLogSettings = _applyLogSettings

log_dir = os.path.join(wdir, "logs")
try:
os.makedirs(log_dir)
Expand Down

0 comments on commit 30b94d3

Please sign in to comment.