Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 249a904

Browse files
committed
tweak for where buildout now puts this file.
1 parent c21463a commit 249a904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildout/runall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from tempfile import TemporaryFile
1111
from testfixtures import diff
1212

13-
runner = abspath(j(os.path.split(__file__)[0],'py'))
13+
runner = abspath(j(os.path.split(__file__)[0], 'bin', 'py'))
1414

1515
sub_res = [
1616
(compile('0+x[0-9A-Fa-f]+'),'...'),
@@ -30,7 +30,7 @@
3030

3131
output = TemporaryFile('w+')
3232
expected_base = j(expected_dir,os.path.splitext(name)[0])
33-
33+
3434
call([runner,py],stdout=output,stderr=STDOUT)
3535

3636
after_listing = set(os.listdir(dir))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy