Formatting change

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-10-23 17:04:32 +02:00 committed by GitHub
parent 67994bb5a3
commit cea56fbe53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1002,7 +1002,7 @@ class ProjectPushItemProcess:
)
if not src_task:
self._status.set_failed(
f"No task selected and couldn't find source task"
"No task selected and couldn't find source task"
)
raise PushToProjectError(self._status.fail_reason)
return src_task