support change of directory one object has been created
This commit is contained in:
parent
a0b7c51bec
commit
cc3fa156cf
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue