mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-04 16:42:35 +00:00
rename artifact names to openworker: desktop/server binaries, console scripts, npm package
The Python import namespace (coworker) and the live auth config strings are intentionally unchanged.
This commit is contained in:
@@ -1444,7 +1444,7 @@ def register_descriptor(descriptor: ConnectorDescriptor) -> None:
|
||||
|
||||
|
||||
# Experimental connectors live in a separate package so release builds can exclude the code
|
||||
# entirely (see packaging/coworker-server.spec). When the package is absent this is a no-op.
|
||||
# entirely (see packaging/openworker-server.spec). When the package is absent this is a no-op.
|
||||
try:
|
||||
from .experimental import EXPERIMENTAL_DESCRIPTORS as _EXPERIMENTAL
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user