Skip to content

Commit

Permalink
[qob] Dont include the batch name in the worker name anymore (#12511)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein authored Nov 29, 2022
1 parent f754583 commit 53a5b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/python/hail/backend/service_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ async def _rpc(self,
jar_spec=self.jar_spec.to_dict(),
argv=[
ServiceBackend.DRIVER,
batch_attributes['name'] + name,
name,
iodir + '/in',
iodir + '/out',
],
Expand Down

0 comments on commit 53a5b3c

Please sign in to comment.