Skip to content

Commit ed39121

Browse files
authored
Fix script linting error (#573)
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
1 parent 8ab3ade commit ed39121

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/src/saforcharttesting/saforcharttesting.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,11 @@ def switch_project_context(namespace, token, api_server):
301301
time.sleep(10)
302302

303303
# This exit will happen if there is an infra failure
304-
print(
305-
"""[ERROR] There is an error creating the namespace and service account. It
304+
print("""[ERROR] There is an error creating the namespace and service account. It
306305
happens due to some infrastructure failure. It is not directly related to the
307306
changes in the pull request. You can wait for some time and try to re-run the
308307
job. To re-run the job change the PR into a draft and remove the draft
309-
state."""
310-
)
308+
state.""")
311309
sys.exit(1)
312310

313311

0 commit comments

Comments
 (0)