mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 14:50:19 +00:00
BAKE_SILENT
This commit is contained in:
+4
-1
@@ -25,9 +25,12 @@ class Bakefile:
|
||||
if not os.path.exists(path):
|
||||
raise NoBakefileFound()
|
||||
|
||||
# Set environment variables for 'bake's that run underneath of us.
|
||||
os.environ["PYTHONUNBUFFERED"] = "1"
|
||||
os.environ["BAKEFILE_PATH"] = self.path
|
||||
os.environ["BAKE_SKIP_DONE"] = "1"
|
||||
os.environ["PYTHONUNBUFFERED"] = "1"
|
||||
|
||||
os.environ["BAKE_SILENT"] = 1
|
||||
|
||||
self.chunks
|
||||
self._tasks = None
|
||||
|
||||
Reference in New Issue
Block a user