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

[DAR-3430][External] Fixed annotation import issue with changed remote_files structure #900

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

JBWilkie
Copy link
Collaborator

Problem

Version 1.0.4 introduced a bug with the annotation importer that causes it to fail with a syntax error if append=False, which is the default behaviour

Solution

The root cause is that 1.0.4 changed the structure of the remote_files object to work with annotation & slot alignment, but this broke the overwrite warning checker, which was expecting the old structure

To resolve, this PR updates the structure that the overwrite warning checker expects

Changelog

Resolved bug with importing annotations when not appending

Copy link

linear bot commented Aug 16, 2024

@JBWilkie JBWilkie merged commit 5c0cfff into master Aug 16, 2024
20 checks passed
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

Successfully merging this pull request may close these issues.

2 participants