Skip to content

[BUG] Failed git revision ID in version causes Stream error #493

@lohedges

Description

@lohedges

When streaming objects to file we add the full BioSImSpace revision ID to the stream file metadata. Accessing the revision ID can fail in certain cases, e.g. a janky git install, or file permisisons issues. In this case the revision ID will be None, not the correctly formatted revision string. We modify the string before writing the metadata, which will fail due to an index error if the value is None.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions