An error when running this for example xray_deposition file:
Traceback (most recent call last):
File ">deposition.py", line 171, in <module>
main()
~~~~^^
File "/Users/ahsan/deposition-toolkit/src/stages/deposit_to_onedep/deposition.py", line 91, in main
auth_ok = dsp.check_auth_key(config=config)
^^^^^^^^^^^^^^^^^^
AttributeError: module 'onedep_lib' has no attribute 'check_auth_key'
This is failing here:
|
auth_ok = dsp.check_auth_key(config=config) |
I assume this line needs to be:
auth_ok = dep.check_auth_key()
An error when running this for example xray_deposition file:
This is failing here:
onedep_lib/examples/xray_deposition.py
Line 91 in ea1a004
I assume this line needs to be: