Add code to disable pycache and fix imports
Changes:
- added cosmetic logging of YAML file path
- added code to disable pycache
- add manager_id default in ENV YAML
Tested:
- Ran on the local sandbox with the changes
Change-Id: I41874becb1d57966f9d61783187332319a415838
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/collect_ffdc.py b/ffdc/collect_ffdc.py
index 06c3e17..523373a 100644
--- a/ffdc/collect_ffdc.py
+++ b/ffdc/collect_ffdc.py
@@ -190,6 +190,8 @@
" \n\tERROR: Config file %s is not found. Please verify"
" path and filename." % config
)
+ else:
+ print(" \n\tLoading YAML File: %s" % config)
return all_options_ok