projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ajout de l'analyseur des logs.
[minwii.git]
/
src
/
minwii
/
logapp.py
diff --git
a/src/minwii/logapp.py
b/src/minwii/logapp.py
index
16be558
..
edc86e6
100755
(executable)
--- a/
src/minwii/logapp.py
+++ b/
src/minwii/logapp.py
@@
-9,6
+9,7
@@
$URL$
from Tkinter import *
import tkFileDialog
from glob import glob
from Tkinter import *
import tkFileDialog
from glob import glob
+import os
from os.path import join as pjoin
from os.path import basename
from os.path import getsize
from os.path import join as pjoin
from os.path import basename
from os.path import getsize
@@
-77,6
+78,7
@@
class Application(Frame) :
while self.logFiles :
f = self.logFiles.pop()
if not getsize(f) :
while self.logFiles :
f = self.logFiles.pop()
if not getsize(f) :
+ os.remove(f)
continue
# TODO : vérifier qu'il existe des événements
else :
continue
# TODO : vérifier qu'il existe des événements
else :