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 32
32
zimonFile = '/opt/IBM/zimon'
33
33
collectorsFile = '/opt/IBM/zimon/ZIMonCollector.cfg'
34
34
35
+
35
36
def get_config_paths ():
36
37
files_to_watch = []
37
38
if os .path .isfile (mmsdrfsFile ):
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ def stop_watch(self):
108
108
cherrypy .engine .log ('Stopped custom thread %r.' % self .thread .name )
109
109
self .thread = None
110
110
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 3
3
from source .watcher import ConfigWatcher
4
4
from source .bridgeLogger import configureLogging
5
5
from nose2 .tools .decorators import with_setup
6
- from threading import Thread
7
6
8
7
9
8
def my_setup ():
You can’t perform that action at this time.
0 commit comments