projects
/
melon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ed5670
)
fix en nombres temporales para hyades
author
jorgormo
<jorgormo@node001.(none)>
Tue, 1 Jul 2008 15:18:26 +0000
(17:18 +0200)
committer
jorgormo
<jorgormo@node001.(none)>
Tue, 1 Jul 2008 15:18:26 +0000
(17:18 +0200)
melon-watch-dir.py
patch
|
blob
|
history
diff --git
a/melon-watch-dir.py
b/melon-watch-dir.py
index 3a3cd0a571ec34e342f2042b4f3f571587296b1b..2972b1a728ca19c74cc7c3dc880e8772b9bae3da 100755
(executable)
--- a/
melon-watch-dir.py
+++ b/
melon-watch-dir.py
@@
-28,7
+28,7
@@
def tempname(suffix, preffix, dirname):
if "NamedTemporaryFile" in dir(tempfile):
outfile=tempfile.NamedTemporaryFile("w+b",-1,"","melon-",dst_dirname)
else:
- outfilename=tempname("
.melon", "log-
", dst_dirname)
+ outfilename=tempname("
melon-", "
", dst_dirname)
outfile=file(outfilename, "w+b", 0)
try:
old_count = -1