I've been working on getting the CAM diagnostic code up and running, but I keep running into this error message:
Traceback (most recent call last):
File "./run_diag", line 55, in <module>
from CamDiag import end_diag_script
ImportError: cannot import name 'end_diag_script' from 'CamDiag'
We have checked the CamDiag.py file and are finding that there are callbacks to this command but no formalized definition of this anywhere in the script. That's probably why I'm getting this error message, but I am not sure WHERE the origin of 'end_diag_script' is. Can someone help me resolve this issue?
Thank you!
Traceback (most recent call last):
File "./run_diag", line 55, in <module>
from CamDiag import end_diag_script
ImportError: cannot import name 'end_diag_script' from 'CamDiag'
We have checked the CamDiag.py file and are finding that there are callbacks to this command but no formalized definition of this anywhere in the script. That's probably why I'm getting this error message, but I am not sure WHERE the origin of 'end_diag_script' is. Can someone help me resolve this issue?
Thank you!