Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'YamlDict' object has no attribute 'copy' #17

Open
childsish opened this issue Nov 11, 2021 · 0 comments
Open

'YamlDict' object has no attribute 'copy' #17

childsish opened this issue Nov 11, 2021 · 0 comments
Assignees
Labels

Comments

@childsish
Copy link
Owner

Hey, seems to has solved that one, but opened up another issue:

File "C:\Anaconda3\envs\client-dashboard\lib\site-packages\xlsxwriter\worksheet.py", line 2134, in data_validation
    options = options.copy()
  File "C:\Anaconda3\envs\client-dashboard\lib\site-packages\dynamic_yaml\yaml_wrappers.py", line 64, in __getattr__
    return super().__getattribute__(key)
AttributeError: 'YamlDict' object has no attribute 'copy'

I'm passing options into the xlsxwriter package also, which by the looks needs to copy it so it doesnt modify the base data.
lmk if you want the full stack trace

Originally posted by @KhanMechAI in #15 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant