File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232zimonFile = '/opt/IBM/zimon'
3333collectorsFile = '/opt/IBM/zimon/ZIMonCollector.cfg'
3434
35+
3536def get_config_paths ():
3637 files_to_watch = []
3738 if os .path .isfile (mmsdrfsFile ):
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ def stop_watch(self):
108108 cherrypy .engine .log ('Stopped custom thread %r.' % self .thread .name )
109109 self .thread = None
110110 except KeyboardInterrupt :
111- print (f"Recived KeyboardInterrupt during stopping the thread { self .thread .name } " )
111+ print (f"Recived KeyboardInterrupt during stopping the thread { self .thread .name } " )
Original file line number Diff line number Diff line change 33from source .watcher import ConfigWatcher
44from source .bridgeLogger import configureLogging
55from nose2 .tools .decorators import with_setup
6- from threading import Thread
76
87
98def my_setup ():
You can’t perform that action at this time.
0 commit comments