Skip to content

Commit

Permalink
Fixed key errror
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 20, 2023
1 parent 16470f7 commit 85f9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_apptainer_vnc_instances(read_apptainer_config: bool = False):
d.pop("config", None)
else:
d['config'] = json.loads(base64.b64decode(d['config']).decode('utf-8'))

d['slurm_compute_node'] = p.relative_to(app_dir).parts[0]
d['slurm_job_id'] = name_meta['jobid']

with open(logOutPath, 'r') as lf:
Expand Down

0 comments on commit 85f9c85

Please sign in to comment.