Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1041:b9268dadd68a
Date: 2017-11-22 23:10 +0200
http://bitbucket.org/pypy/buildbot/changeset/b9268dadd68a/

Log:    typo (arigato)

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -472,7 +472,7 @@
             clean = 'rmdir /s /q pypy-venv'
         else:
             virt_pypy = '../venv/pypy-venv/bin/python'
-            clean = 'rm -rf pypy-env'
+            clean = 'rm -rf pypy-venv'
         target = Property('target_path')
         factory.addStep(ShellCmd(
             description="clean old virtualenv",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to