Skip to content

Commit fd5a751

Browse files
[patch] fix lint error
1 parent 4f7cf17 commit fd5a751

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
@@ -255,7 +255,7 @@ def preparePipelinesNamespace(dynClient: DynamicClient, instanceId: str = None,
255255
while not pvcIsBound:
256256
configPVC = pvcAPI.get(name="config-pvc", namespace=namespace)
257257
logger.info(f"configPVC: {configPVC}") # need to remove
258-
logger.info(f"configPVC.status.phase: {configPVC.status.phase}") # need to remove
258+
logger.info(f"configPVC.status.phase: {configPVC.status.phase}") # need to remove
259259
if configPVC.status.phase == "Bound":
260260
logger.info(f"pvcIsBound: {pvcIsBound}") # need to remove
261261
pvcIsBound = True

0 commit comments

Comments
 (0)