We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e0dad commit af3d76bCopy full SHA for af3d76b
pyrevitlib/pyrevit/output/__init__.py
@@ -34,15 +34,12 @@
34
from pyrevit.userconfig import user_config
35
from pyrevit import DB
36
37
-
38
-#pylint: disable=W0703,C0302,C0103
39
mlogger = logger.get_logger(__name__)
40
41
42
DEFAULT_STYLESHEET_NAME = 'outputstyles.css'
43
44
45
-def docclosing_eventhandler(sender, args): #pylint: disable=W0613
+def docclosing_eventhandler(sender, args):
46
"""Close all output window on document closing."""
47
ScriptConsoleManager.CloseActiveOutputWindows()
48
0 commit comments