Sfoglia il codice sorgente

bugfix for hpc queue lookup

Avik Datta 4 anni fa
parent
commit
54ed1e6039
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      scripts/hpc/count_active_jobs_in_hpc.py

+ 2 - 2
scripts/hpc/count_active_jobs_in_hpc.py

@@ -3,5 +3,5 @@ from igf_airflow.hpc_queue import get_pbspro_job_count
 
 if __name__=='__main__':
   hpc_jobs = get_pbspro_job_count(job_name_prefix='')
-  hpc_jobs = json.dump(hpc_job)
-  print(hpc_job)
+  hpc_jobs = json.dump(hpc_jobs)
+  print(hpc_jobs)