We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d527dc commit bebb4faCopy full SHA for bebb4fa
src/DIRAC/TransformationSystem/DB/TransformationDB.py
@@ -6,6 +6,9 @@
6
databases
7
"""
8
9
+# Disable it because pylint does not understand decorator (convertToReturnValue)
10
+
11
+# pylint: disable=invalid-sequence-index
12
import re
13
import time
14
import threading
0 commit comments