Skip to content

Commit d297d2f

Browse files
committed
TEMP: List cache dir at begining and exit
1 parent 3aae051 commit d297d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def compile(self):
3232

3333
self.logger.log("Symfony2 Heroku Buildpack: Slug compilation start")
3434

35+
self.logger.log("Cache dir path:"+self.cache_dir)
3536
self.logger.log("Cache dir:")
3637
self.listdir_fullpath(self._bp.cache_dir)
3738
sys.exit(1)

0 commit comments

Comments
 (0)