Skip to content
Snippets Groups Projects
Commit 6cfe9c82 authored by lkugler's avatar lkugler
Browse files

.

parent 613f458b
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,7 @@ class ObsSeq(object):
"""
def __init__(self, filepath):
self.filepath = filepath
self.ascii = open(filepath, "r").readlines()
self._get_preamble_content()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment