support change of directory one object has been created

This commit is contained in:
Martin Diehl 2020-04-23 16:29:20 +02:00
parent a0b7c51bec
commit cc3fa156cf
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Result:
'con_physics': self.con_physics, 'mat_physics': self.mat_physics
}
self.fname = fname
self.fname = os.path.abspath(fname)
def __repr__(self):