We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f700909 commit d61620eCopy full SHA for d61620e
ads/aqua/utils.py
@@ -582,7 +582,7 @@ def fetch_service_compartment() -> Union[str, None]:
582
file_path=config_file_name,
583
config_file_name=CONTAINER_INDEX,
584
)
585
- except AquaFileNotFoundError:
+ except Exception:
586
logger.error(
587
f"Config file {config_file_name}/{CONTAINER_INDEX} to fetch service compartment OCID could not be found."
588
0 commit comments