Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AymenFJA committed Oct 26, 2023
1 parent 96efa6e commit 666fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/executors/radical/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def start(self):
self.session = rp.Session(cfg={'base': self.run_dir},
uid=ru.generate_id('rpex.session',
mode=ru.ID_PRIVATE))
logger.info(f"RPEX session is created: {0}".format(self.sesson.path))
logger.info(f"RPEX session is created: {0}".format(self.session.path))

pd_init = {'gpus': self.gpus,
'cores': self.cores,
Expand Down

0 comments on commit 666fab9

Please sign in to comment.