Skip to content

Commit 261e0aa

Browse files
HelioGuilherme66yanne
authored andcommitted
Fixes #1539, by adding exception handling when in Windows.
Outputs caught exception to allow the user taking action, (there is a locked file that RIDE cannot remove)
1 parent 9560da6 commit 261e0aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotide/log/log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def _remove_old_log_files(self):
5757
os.remove(fname)
5858
except OSError or IOError as e:
5959
sys.stderr.write(e)
60-
pass
6160

6261
@property
6362
def _logfile(self):

0 commit comments

Comments
 (0)