We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dj.Lookup
1 parent 7b4c1c9 commit ae5a051Copy full SHA for ae5a051
datajoint/dependencies.py
@@ -18,7 +18,7 @@ def unite_master_parts(lst):
18
"""
19
for i in range(2, len(lst)):
20
name = lst[i]
21
- match = re.match(r'(?P<master>`\w+`.`\w+)__\w+`', name)
+ match = re.match(r'(?P<master>`\w+`.`#?\w+)__\w+`', name)
22
if match: # name is a part table
23
master = match.group('master')
24
for j in range(i-1, -1, -1):
0 commit comments