Skip to content

Commit 040f2e1

Browse files
author
Alan Christie
committed
fix: Minor log tweak
1 parent cb1df57 commit 040f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewer/target_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _validate_bundle_against_mode(config_yaml: Dict[str, Any]) -> Optional[str]:
195195
# Initial concern - the loader's git information.
196196
# It must not be 'dirty' and must have a valid 'tag'.
197197
xca_git_info_key = "xca_git_info"
198-
base_error_msg = "Stack is in PRODUCTION mode - and "
198+
base_error_msg = "Stack is in PRODUCTION mode - and"
199199
try:
200200
xca_git_info = config_yaml[xca_git_info_key]
201201
except KeyError:

0 commit comments

Comments
 (0)