Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
8081b0e3
Commit
8081b0e3
authored
Jul 02, 2020
by
ssomnath
Browse files
PEP8 cleaning
parent
c59f831a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/be_odf.py
View file @
8081b0e3
...
...
@@ -164,7 +164,8 @@ class BEodfTranslator(Translator):
else
:
isBEPS
=
True
else
:
raise
FileNotFoundError
(
'No parameters file found! Cannot translate this dataset!'
)
raise
FileNotFoundError
(
'No parameters file found! Cannot '
'translate this dataset!'
)
# Initial text / mat files named some parameters differently
if
parm_dict
[
'VS_mode'
]
==
'AC modulation mode'
:
...
...
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