Skip to content

Commit 8c4eb94

Browse files
committed
whitespace fix
1 parent 2c1ac8d commit 8c4eb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/olm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def applySubscription(dynClient: DynamicClient, namespace: str, packageName: str
195195
subscription = yaml.safe_load(renderedTemplate)
196196

197197
# apply should work regardless of if the subscription already exists or not,
198-
# however if two parallel processes call it at the same time it can result
198+
# however if two parallel processes call it at the same time it can result
199199
# in a 409 error in that case trying again will resolve the issue
200200
try:
201201
subscriptionsAPI.apply(body=subscription, namespace=namespace)

0 commit comments

Comments
 (0)