X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkinstall.py;h=f12d5a3ac81061f04586911c47a3227be7b71941;hp=365f505b17934c4fc3aa16b55d5fa2fe1deb37bf;hb=63c436f38d110209959b9ed94030e798309aac55;hpb=c61d491dc3556fc4453ce732af7edfca2d24dc57 diff --git a/checkinstall.py b/checkinstall.py index 365f505..f12d5a3 100644 --- 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