viash-io / viash

script + metadata = standalone component
https://viash.io
GNU General Public License v3.0
39 stars 2 forks source link

Fix docker_engine #722

Closed Grifs closed 3 months ago

Grifs commented 3 months ago

Describe your changes

Related issue(s)

Closes #xxxx

Type of Change

Checklist

Requirements:

Tests:

Documentation:

Test Environment

Grifs commented 3 months ago

Note: It might look odd in the changes, but there is already a check whether the config and namespace_separator are both Some(...) or None. If we map the config.namespace, we know it isn't None, therefore namespace_separator isn't None either.