Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
b13352ca
Commit
b13352ca
authored
Nov 24, 2015
by
eric pellegrini
Browse files
typo
parent
0abf4b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/InputData/NetCDFInputData.py
View file @
b13352ca
...
...
@@ -49,7 +49,7 @@ class NetCDFInputData(InputFileData):
self
.
_netcdf
=
NetCDFFile
(
self
.
_name
,
"r"
)
except
IOError
:
raise
InputDataError
(
"The data stored in %r filename could not be loaded proper
t
y."
%
self
.
_name
)
raise
InputDataError
(
"The data stored in %r filename could not be loaded proper
l
y."
%
self
.
_name
)
else
:
self
.
_data
=
collections
.
OrderedDict
()
...
...
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