Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tomotools
tomwer
Commits
99cf271d
Commit
99cf271d
authored
2 years ago
by
Henri Payno
Browse files
Options
Downloads
Patches
Plain Diff
fix typo: filesSelected has been renamed file_selected
parent
f5bef557
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tomwer/gui/stacks.py
+1
-1
1 addition, 1 deletion
tomwer/gui/stacks.py
with
1 addition
and
1 deletion
tomwer/gui/stacks.py
+
1
−
1
View file @
99cf271d
...
@@ -111,7 +111,7 @@ class _ImageStack(qt.QMainWindow):
...
@@ -111,7 +111,7 @@ class _ImageStack(qt.QMainWindow):
dialog
.
close
()
dialog
.
close
()
return
return
for
folder
in
dialog
.
files
S
elected
():
for
folder
in
dialog
.
files
_s
elected
():
assert
os
.
path
.
isdir
(
folder
)
assert
os
.
path
.
isdir
(
folder
)
self
.
addLeafScan
(
folder
)
self
.
addLeafScan
(
folder
)
...
...
This diff is collapsed.
Click to expand it.
payno
@payno
mentioned in issue
#708 (closed)
·
2 years ago
mentioned in issue
#708 (closed)
mentioned in issue #708
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment