Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
kalisp and iLLiCiTiT authored Nov 28, 2024
1 parent b248314 commit f2754d0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ def apply_settings(cls, project_settings):
]

except Exception:
cls.log.warning(f"Unable to connect to {deadline_server_name}")
cls.log.warning(
f"Unable to connect to {deadline_server_name}",
exc_info=True
)

for items in [
pools, groups, limit_groups, machines
Expand Down

0 comments on commit f2754d0

Please sign in to comment.