Skip to content

Conversation

@durera
Copy link
Contributor

@durera durera commented Feb 9, 2026

Fixes an issue in the CLI in developer mode where the getCatalog function in mas-devops was changed to raise a NoSuchCatalogError instead of returning None.

Also adds four --dev-mode unit tests:

  • No catalog installed (interactive mode)
  • No catalog installed (non-interactive mode)
  • Master catalog already installed (interactive mode without --dev-mode flag)
  • Master catalog already installed (interactive mode with --dev-mode flag)

Also fixes an issue where self.interactiveMode was being used as both a boolean property and a function name. The boolean property is now isInteractiveMode.

@durera durera requested a review from a team as a code owner February 9, 2026 12:10
@durera durera changed the title [patch] Add unit test for --dev-mode scenarios [patch] Fix NoSuchCatalogError handling in developer mode Feb 9, 2026
@durera durera merged commit f80820f into master Feb 9, 2026
14 checks passed
@durera durera deleted the devmodetest branch February 9, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant