From 6cfe9c82e452523ed427e115b3d1443664ea692b Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Thu, 1 Jun 2023 00:08:46 +0200
Subject: [PATCH] .

---
 dartwrf/obs/obsseq.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dartwrf/obs/obsseq.py b/dartwrf/obs/obsseq.py
index 802824e..c58ec79 100755
--- a/dartwrf/obs/obsseq.py
+++ b/dartwrf/obs/obsseq.py
@@ -356,6 +356,7 @@ class ObsSeq(object):
     """
 
     def __init__(self, filepath):
+        self.filepath = filepath
         self.ascii = open(filepath, "r").readlines()
 
         self._get_preamble_content()
-- 
GitLab