projects
/
minwii.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a63a57
)
Ouverture par défaut du dossier courant des logs, s'il existe.
author
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 29 Jul 2010 12:00:29 +0000
(12:00 +0000)
committer
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 29 Jul 2010 12:00:29 +0000
(12:00 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@304
fe552daf
-6dbe-4428-90eb-
1537e0879342
src/minwii/logapp.py
patch
|
blob
|
history
diff --git
a/src/minwii/logapp.py
b/src/minwii/logapp.py
index
950a478
..
555c9fd
100755
(executable)
--- a/
src/minwii/logapp.py
+++ b/
src/minwii/logapp.py
@@
-15,6
+15,7
@@
from os.path import basename
from os.path import getsize
import os.path
from minwii.loganalyse import LogFileAnalyser
+from minwii.config import LOGS_DIR
from pprint import pprint
class Application(Frame) :
@@
-26,8
+27,8
@@
class Application(Frame) :
self.logFiles = []
self.resultsFrame = None
- # debug
-
#self.chooseDirDialog(dir='/Users/pinbe/minwii_logs'
)
+ if os.path.exists(LOGS_DIR) :
+
self.chooseDirDialog(dir=LOGS_DIR
)
def configureStretching(self) :
top=self.winfo_toplevel()