Skip to content
Snippets Groups Projects
Commit 63da8b8a authored by Alan De Smet's avatar Alan De Smet
Browse files

Typo fix: remove extra space.

parent e4268030
No related branches found
No related tags found
No related merge requests found
...@@ -253,7 +253,7 @@ def load_variable_data(fileObject, variableNameInFile, ...@@ -253,7 +253,7 @@ def load_variable_data(fileObject, variableNameInFile,
variableData = variableData.astype(numpy.uint8) if correctForAWIPS else variableData variableData = variableData.astype(numpy.uint8) if correctForAWIPS else variableData
except Exception, ex : except Exception, ex :
import traceback import traceback
exceptionToRaise = ValueError('Unable to retrieve ' + variableNameInFile + ' data. The variable name ' + exceptionToRaise = ValueError('Unable to retrieve ' + variableNameInFile + ' data. The variable name' +
' may not exist in this file or an error may have occured while attempting to' + ' may not exist in this file or an error may have occured while attempting to' +
' access the data. Details of file access error observed: ' + str(ex)) ' access the data. Details of file access error observed: ' + str(ex))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment