pathlib can give name of the file directly
This commit is contained in:
parent
029b830156
commit
5dddf792e1
|
@ -1992,7 +1992,7 @@ class Result:
|
||||||
|
|
||||||
phase_ID_array[at_cell_ph[c][label]] = count + 1
|
phase_ID_array[at_cell_ph[c][label]] = count + 1
|
||||||
|
|
||||||
job_file_no_ext = os.path.splitext(self.fname)[0]
|
job_file_no_ext = self.fname.name
|
||||||
o = h5py.File(f'{dream_dir}/{job_file_no_ext}_{inc}.dream3D','w')
|
o = h5py.File(f'{dream_dir}/{job_file_no_ext}_{inc}.dream3D','w')
|
||||||
o.attrs['DADF5toDREAM3D'] = '1.0'
|
o.attrs['DADF5toDREAM3D'] = '1.0'
|
||||||
o.attrs['FileVersion'] = '7.0'
|
o.attrs['FileVersion'] = '7.0'
|
||||||
|
|
Loading…
Reference in New Issue