From 5e711692331dac02c728d25ea182995a3f82b6ac Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 29 Oct 2015 23:51:00 +0100 Subject: [PATCH] Force the folder for the compilation --- patacrep/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patacrep/build.py b/patacrep/build.py index 00be667e..2ad9b3f5 100644 --- a/patacrep/build.py +++ b/patacrep/build.py @@ -224,6 +224,7 @@ class SongbookBuilder(object): stdout=PIPE, stderr=PIPE, env=os.environ, + cwd=os.getcwd(), universal_newlines=True, ) except Exception as error: