LukeSavefrogs / easyfatt-db-connector

MIT License
4 stars 0 forks source link

Make Document objects hashable #3

Closed LukeSavefrogs closed 11 months ago

LukeSavefrogs commented 11 months ago

Trying to transform a Document object into a set fails with error TypeError: unhashable type: 'Document':

[23/07/2023 08:34:21] ERROR    - unhashable type: 'Document'
Traceback (most recent call last):
  File "d:\Progetti\danea-automation\src\app\process_kml.py", line 299, in <module>
    main()
  File "d:\Progetti\danea-automation\src\app\process_kml.py", line 159, in main
    for unknown_address in set(customer_addresses) - set(known_addresses):
TypeError: unhashable type: 'Document'
Premi invio per uscire...