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
tomotools
tomoscan
Commits
2ad1e25c
Commit
2ad1e25c
authored
Feb 17, 2020
by
lbs051
Browse files
[edftomoscan] guess_index: return if part_1 is None
parent
29fbae80
Pipeline
#21373
passed with stages
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/edfscan.py
View file @
2ad1e25c
...
...
@@ -327,6 +327,8 @@ class EDFTomoScan(TomoScanBase):
else
:
part_2
=
None
if
part_1
is
None
:
return
None
if
part_2
is
None
:
return
int
(
part_1
)
else
:
...
...
Write
Preview
Supports
Markdown
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