src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py

branch
server
changeset 10759
aeb98b3fa008
parent 10754
6faecb62f3a4
child 11090
f5f5f5803935
equal deleted inserted replaced
10752:3cf5ee0c3e9f 10759:aeb98b3fa008
83 ), 83 ),
84 "L114": QCoreApplication.translate( 84 "L114": QCoreApplication.translate(
85 "LoggingChecker", 85 "LoggingChecker",
86 "avoid exc_info=True outside of exception handlers", 86 "avoid exc_info=True outside of exception handlers",
87 ), 87 ),
88 "L115": QCoreApplication.translate(
89 "LoggingChecker",
90 "avoid logging calls on the root logger",
91 ),
88 } 92 }
89 93
90 _loggingMessagesSampleArgs = { 94 _loggingMessagesSampleArgs = {
91 ## Logging 95 ## Logging
92 "L103": ["'pathname'"], 96 "L103": ["'pathname'"],

eric ide

mercurial