There was an error while loading. Please reload this page.
1 parent 3aae051 commit d297d2fCopy full SHA for d297d2f
lib/compiler.py
@@ -32,6 +32,7 @@ def compile(self):
32
33
self.logger.log("Symfony2 Heroku Buildpack: Slug compilation start")
34
35
+ self.logger.log("Cache dir path:"+self.cache_dir)
36
self.logger.log("Cache dir:")
37
self.listdir_fullpath(self._bp.cache_dir)
38
sys.exit(1)
0 commit comments