Fix file name

This commit is contained in:
Joachim Meyer 2022-11-08 16:47:59 +01:00
parent 308df9907e
commit fe641ca357

View File

@ -259,7 +259,7 @@ class CondorSync:
# is this part of an array job?
if job['Cluster'] > 0:
data.update({"arrayJobId": job['Cluster']})
data.update({"arrayJobId": job['Cluster']}) # todo: offset by submit node!
num_acc = 0
for node in nodelist: