jlc / vim-async-beans

Vim addon to execute processes asynchronously
4 stars 1 forks source link

Update TestPingProc #2

Open jlc opened 12 years ago

jlc commented 12 years ago

$ ./TestPingProc.py Traceback (most recent call last): File "./TestPingProc.py", line 26, in initLog('', DEFAULT_LOG_FILENAME) NameError: name 'initLog' is not defined

Recursive grep:

python/LogBeans.py: self.initLogger(loggerName) python/LogBeans.py: def initLogger(self, name): test/TestPingProc.py:initLog('', DEFAULT_LOG_FILENAME)