Skip to content

Error with check_auth_key in example X-ray Deposition #44

Description

@Smat26

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions