Skip to content

Commit 6b2bcb0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +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)
35+
self.logger.log("Cache dir path:"+self._bp.cache_dir)
3636
self.logger.log("Cache dir:")
3737
self.listdir_fullpath(self._bp.cache_dir)
3838
sys.exit(1)

0 commit comments

Comments
 (0)