Skip to content

Commit bed2bde

Browse files
committed
Added missing exec_host
1 parent d826d4e commit bed2bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbsutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def get_jobs(conn):
247247
# We have to create that key and set it to something, otherwise we get errors like:
248248
# NameError("name 'resources_used_ncpus' is not defined",)
249249
attribute_names = ['resources_used_ncpus', 'resources_used_mem', 'resources_used_vmem', \
250-
'resources_used_walltime', 'exec_vnode', 'stime', 'etime', 'resources_time_left', \
250+
'resources_used_walltime', 'exec_host', 'exec_vnode', 'stime', 'etime', 'resources_time_left', \
251251
'resources_used_cpupercent']
252252

253253
b = pbs.pbs_statjob(conn, '', None, None)

0 commit comments

Comments
 (0)