Skip to content
Snippets Groups Projects
Commit ad35c304 authored by Chris Pankow's avatar Chris Pankow
Browse files

vetosrc.py: Identation.

parent 5ccd6f9a
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ from glue import gpstime
def wrapNpLoad(filePath):
if filePath.endswith('gz'):
fileObj = gzip.open(filePath)
payload = np.load(fileObj)
payload = np.load(fileObj)
fileObj.close()
return payload
else:
......
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