Skip to content

Commit 4130ed6

Browse files
committed
fix:bug when resource doesn't have console access
1 parent 147491b commit 4130ed6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pybritive/britive_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,7 @@ def checkout(
973973
if self._profile_is_for_resource(profile=profile, profile_type=profile_type):
974974
app_type = 'Resources'
975975
k8s_processor = None
976+
console_fallback = False
976977
credentials = self._resource_checkout(
977978
blocktime=blocktime,
978979
justification=justification,

0 commit comments

Comments
 (0)