Skip to content

Fix connector issues when loading zip files#235

Merged
dbrakenhoff merged 5 commits intodevfrom
fix-from-zip
Apr 29, 2026
Merged

Fix connector issues when loading zip files#235
dbrakenhoff merged 5 commits intodevfrom
fix-from-zip

Conversation

@dbrakenhoff
Copy link
Copy Markdown
Member

  • DictConnector was failing because it "remembered" _added_model lists from older instances because I defined a mutable attribute at the class level instead of in init.
  • PasConnector was failing because it did not realize the zip unpacking had placed data in its folders. Now a resync is forced so it is aware of all the data that was unzipped.

@dbrakenhoff dbrakenhoff requested a review from OnnoEbbens April 29, 2026 09:54
@dbrakenhoff dbrakenhoff self-assigned this Apr 29, 2026
@dbrakenhoff dbrakenhoff added the bug Something isn't working label Apr 29, 2026
Copy link
Copy Markdown
Member

@OnnoEbbens OnnoEbbens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for solving this so fast!

@dbrakenhoff dbrakenhoff merged commit afb04d9 into dev Apr 29, 2026
17 checks passed
@dbrakenhoff dbrakenhoff deleted the fix-from-zip branch April 29, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants