Skip to content

Commit

Permalink
update path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger committed Sep 28, 2023
1 parent 49062a8 commit d9163e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions osp/wrappers/simzacros/simzacros_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def get_rate( conditions ):
uuid = get_upload(adpML.forestFileForCFD)
pkl = emmo.PKLFile(uid=UUID(uuid))
self.adp_cuds.add(pkl, rel=emmo.hasOutput)
path = os.path.join(self.workdir, self.jobname)
self._tarball = map_results(pz_job, root_cuds_object, path=path)
self._tarball = map_results(pz_job, root_cuds_object, path=self.workdir)

else:
pz_job = pz.ZacrosJob(settings=pz_settings, lattice=pz_lattice,
Expand Down

0 comments on commit d9163e3

Please sign in to comment.