Skip to content

Commit e4c034b

Browse files
[patch] fix lint error
1 parent 37d6f61 commit e4c034b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/tekton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def prepareAiServicePipelinesNamespace(dynClient: DynamicClient, instanceId: str
206206
# Automatically determine if we should wait for PVC binding based on storage class
207207
volumeBindingMode = getStorageClassVolumeBindingMode(dynClient, storageClass)
208208
waitForBind = (volumeBindingMode == "Immediate")
209-
209+
210210
if waitForBind:
211211
logger.info(f"Storage class {storageClass} uses volumeBindingMode={volumeBindingMode}, waiting for PVC to bind")
212212
pvcIsBound = False

0 commit comments

Comments
 (0)