Skip to content
GitLab
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
eaa8399f
Commit
eaa8399f
authored
Feb 27, 2020
by
payno
Browse files
[edfscan] fix typo
parent
b4eb8959
Pipeline
#22025
passed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tomoscan/esrf/edfscan.py
View file @
eaa8399f
...
...
@@ -207,7 +207,7 @@ class EDFTomoScan(TomoScanBase):
def
is_abort
(
self
,
**
kwargs
)
->
bool
:
abort_file
=
os
.
path
.
basename
(
self
.
path
)
+
self
.
ABORT_FILE
abort_file
=
os
.
path
.
join
(
self
.
path
,
abort_file
)
if
'src_pattern'
in
kwargs
and
kwargs
[
'src_pattern'
is
not
None
]
:
if
'src_pattern'
in
kwargs
and
kwargs
[
'src_pattern'
]
is
not
None
:
assert
'dest_pattern'
in
kwargs
abort_file
=
abort_file
.
replace
(
kwargs
[
'src_pattern'
],
kwargs
[
'dest_pattern'
])
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment