Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Handle multiple initialize calls more gracefully #6

@ryx

Description

@ryx

Describe the bug
Currently the second call to datalayer.initialize results in an error message being output. That is unnecessary and not very user-friendly.

To Reproduce
Call datalayer.initialize twice.

Expected behavior
Datalayer should have no issues with being (re-)initialized as often as necessary. The second call should behave exactly the same as the first call.

Additional context
This is especially useful for unit testing and other scenarios

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions