Skip to content

Commit 2d79ee0

Browse files
committed
Fix json name problem
1 parent 54781e5 commit 2d79ee0

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)