Skip to content

Commit c7fa13a

Browse files
author
artiedaj
committed
Merge pull request #26 from lucacopa/fix_json_name
Fix json name problem
2 parents 54781e5 + 2d79ee0 commit c7fa13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WFM_Input_DashBoard/WFMonDBShort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
##Counting by vobox
3333
overview_running_vobox = {}# Running per vobox
3434
overview_pending_vobox = {}# Pending per vobox
35-
json_name_vobox = "SSB_voBoxInfo.json" # Output json file name
35+
json_name_vobox = "SSBCERN_voBoxInfo.json" # Output json file name
3636

3737
##SSB plot links
3838
site_link = "http://dashb-ssb.cern.ch/dashboard/templates/sitePendingRunningJobs.html?site="

0 commit comments

Comments
 (0)