Browse Source

Force the folder for the compilation

pull/142/head
Oliverpool 9 years ago
parent
commit
5e71169233
  1. 1
      patacrep/build.py

1
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:

Loading…
Cancel
Save