Skip to content

Commit b54b46c

Browse files
committed
[dev] Linting
1 parent e201761 commit b54b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sebs/gcp/gcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def create_trigger(self, function: Function, trigger_type: Trigger.TriggerType)
332332
time.sleep(3)
333333
if time.time() - begin > 300: # wait 5 minutes; TODO: make it configurable
334334
self.logging.error(f"Failed to deploy function: {function.name}")
335-
raise RuntimeError(f"Deployment timeout!")
335+
raise RuntimeError("Deployment timeout!")
336336
self.logging.info(f"Function {function.name} - deployed!")
337337
invoke_url = status_res["httpsTrigger"]["url"]
338338

0 commit comments

Comments
 (0)