Skip to content

Commit a262afb

Browse files
S1ro1Copilot
andauthored
Update src/discord-cluster-manager/launchers/github.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 885f31c commit a262afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/discord-cluster-manager/launchers

src/discord-cluster-manager/launchers/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def trigger(self, inputs: dict) -> bool:
240240
runs_checked += 1
241241
logger.debug(
242242
f"Checking run {run.id} with name '{run.name}'"
243-
f"created at {run.created_at.isoformat()}"
243+
f" created at {run.created_at.isoformat()}"
244244
)
245245
if run.name == expected_run_name and run.created_at.replace(
246246
tzinfo=datetime.timezone.utc

0 commit comments

Comments
 (0)