Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
73b60f55
Commit
73b60f55
authored
Apr 28, 2022
by
Martin Schorb
Browse files
fix missing variable
parent
fc03078c
Pipeline
#32744
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dashUI/pointmatch.py
View file @
73b60f55
...
...
@@ -106,7 +106,7 @@ def pointmatch_tp_dd_fill(stack, thispage):
thispage
=
thispage
.
lstrip
(
'/'
)
if
thispage
in
(
None
,
''
)
or
thispage
not
in
hf
.
trigger
(
key
=
'module'
)
and
dd_options_in
is
not
None
:
if
thispage
in
(
None
,
''
)
or
thispage
not
in
hf
.
trigger
(
key
=
'module'
):
raise
PreventUpdate
tp_dirlist
=
[
d_item
for
d_item
in
glob
.
glob
(
params
.
json_run_dir
+
'/tilepairs_'
+
params
.
user
+
'*'
+
stack
+
'*'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment