projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c61d491
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 15 Sep 2014 20:48:08 +0000
(22:48 +0200)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 15 Sep 2014 20:48:08 +0000
(22:48 +0200)
checkinstall.py
patch
|
blob
|
history
diff --git
a/checkinstall.py
b/checkinstall.py
index
365f505
..
f12d5a3
100644
(file)
--- a/
checkinstall.py
+++ b/
checkinstall.py
@@
-106,7
+106,6
@@
def FindRPAthWin32():
for j in range(0,20):
for poss in ['', 'i386', 'x64'] :
path=os.path.join(rpath,"R-%i.%i.%i" % (maj, i, j),'bin',poss,'R.exe')
- print path
if os.path.exists(path):
BestPath=path
return BestPath