##// END OF EJS Templates
Fix small bug in %logstop
fperez -
Show More
@@ -2,7 +2,7 b''
2 """
2 """
3 Logger class for IPython's logging facilities.
3 Logger class for IPython's logging facilities.
4
4
5 $Id: Logger.py 2874 2007-11-26 06:50:42Z fperez $
5 $Id: Logger.py 2875 2007-11-26 08:37:39Z fperez $
6 """
6 """
7
7
8 #*****************************************************************************
8 #*****************************************************************************
@@ -264,7 +264,6 b' which already exists. But you must first start the logging process with'
264
264
265 self.logfile.close()
265 self.logfile.close()
266 self.logfile = None
266 self.logfile = None
267 self.logfname = ''
268 self.log_active = False
267 self.log_active = False
269
268
270 # For backwards compatibility, in case anyone was using this.
269 # For backwards compatibility, in case anyone was using this.
General Comments 0
You need to be logged in to leave comments. Login now