Skip to content

Commit ced5888

Browse files
authored
Update constants.py
1 parent 321b9af commit ced5888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/argowrapper/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
)
1717
config.read(config_file)
1818

19+
logger.info(f"Argo Namespace: {config['DEFAULT']['ARGO_NAMESPACE']}")
1920
logger.info(f"Argo host: {config['DEFAULT']['ARGO_HOST']}")
2021
logger.info(f"Access method: {config['DEFAULT']['ARGO_ACCESS_METHOD']}")
2122

0 commit comments

Comments
 (0)