Skip to content

Commit 70907c5

Browse files
Mayuri GoraviyalaMayuri Goraviyala
authored andcommitted
[patch] pre commit file change
1 parent a1178a5 commit 70907c5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/mas/devops/olm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,10 @@ def applySubscription(dynClient: DynamicClient, namespace: str, packageName: str
162162
if subscriptionResource.status.state == "AtLatestKnown":
163163
logger.debug(f"Subscription ready for {name} in {namespace} ")
164164
return subscriptionResource
165-
165+
166166
logger.debug(f"Subscription ready not yet for {name} in {namespace} ")
167167
sleep(30)
168168

169-
170-
171169

172170
def deleteSubscription(dynClient: DynamicClient, namespace: str, packageName: str) -> None:
173171
labelSelector = f"operators.coreos.com/{packageName}.{namespace}"

0 commit comments

Comments
 (0)