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

AttributeError upon end of calculate_diffmethod - 'dict' object has no attribute summary #47

Closed
Kircheneer opened this issue May 9, 2022 · 1 comment
Assignees

Comments

@Kircheneer
Copy link
Contributor

Environment

  • Python version: 3.8.13
  • Nautobot version: 1.3.3
  • nautobot-ssot version: 1.1.1

Expected Behavior

I expected the SSoT job not to crash.

Observed Behavior

The SSoT job crashed.

An exception occurred: AttributeError: 'dict' object has no attribute 'summary'

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/nautobot_ssot/jobs/base.py", line 327, in run
    self.sync_data()
  File "/usr/local/lib/python3.8/site-packages/nautobot_ssot/jobs/base.py", line 153, in sync_data
    self.calculate_diff()
  File "/usr/local/lib/python3.8/site-packages/nautobot_ssot/jobs/base.py", line 83, in calculate_diff
    self.log_info(message=self.sync.diff.summary())
AttributeError: 'dict' object has no attribute 'summary'

Steps to Reproduce

  1. TBD
@Kircheneer
Copy link
Contributor Author

Resolved with #48

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

No branches or pull requests

2 participants