Skip to content

testSetDsetFilesStatus.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@belforte belforte released this 26 Oct 22:30
3f23657
Test setdatasetfilesstatus (#5246)

* add setdataset.py for #5204

* refactor and add setfiles

* add Content-type arg to HTTPRequests

* setdataset to use contentType

* rename commands to setdatasetstatus setfilestatus

* add autocomplete

* list of LFNs not supported yet

* some pylint and pep8

* add logging for setfilestatus

* more HTTPRequest,CRABRest,getDBSRest to new RestInterfaces.py

* do not pass version to REST clients, it is set in HTTPRequests

* removed one import __version__ too many !

* fix use of version and UserAgent

* fix use of version and UserAgent

* simpley make userAgent=CRABClient/__version__ the default

* cleanup use of Content-type

* cleanup use of Content-type

* add comment