Skip to content

Commit

Permalink
Update request_fragment_check.py
Browse files Browse the repository at this point in the history
Committing directly an urgent fix to wget the dataset naming script
  • Loading branch information
bbilin authored Nov 20, 2024
1 parent 6691520 commit 74cca54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/utils/request_fragment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import subprocess
from datetime import datetime
from json import dumps

os.popen('wget -q https://raw.githubusercontent.com/cms-sw/genproductions/master/bin/utils/check_dataset_names.py -O check_dataset_names.py').read()
from check_dataset_names import *


Expand Down

0 comments on commit 74cca54

Please sign in to comment.