Skip to content

Commit 43f2e3d

Browse files
Update src/entitysdk/common.py
Co-authored-by: Gianluca Ficarelli <[email protected]>
1 parent a664d8e commit 43f2e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entitysdk/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
VLAB_URL_PATTERN = re.compile(
16-
r"^https:\/\/(?P<env>staging|www)?\.openbraininstitute\.org"
16+
r"^https:\/\/(?P<env>staging|www)\.openbraininstitute\.org"
1717
rf"\/app\/virtual-lab\/lab\/(?P<vlab>{UUID_RE})"
1818
rf"\/project\/(?P<proj>{UUID_RE})(?:\/.*)?$"
1919
)

0 commit comments

Comments
 (0)