Skip to content

Commit 14c4ca7

Browse files
authored
missing comma in RestInterfaces.py
1 parent 33afb42 commit 14c4ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/CRABClient/RestInterfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def getDbsREST(instance=None, logger=None, cert=None, key=None, userAgent=None):
329329
logger.debug('Write Url = %s' % dbsWriteUrl)
330330

331331
dbsReader = HTTPRequests(hostname=dbsReadUrl, localcert=cert, localkey=key,
332-
contentType='application/json'
332+
contentType='application/json',
333333
retry=2, logger=logger, verbose=False, userAgent=userAgent)
334334

335335
dbsWriter = HTTPRequests(hostname=dbsWriteUrl, localcert=cert, localkey=key,

0 commit comments

Comments
 (0)