debug
This commit is contained in:
parent
9defb275d3
commit
98be92f149
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class Main(app.App):
|
|||
os.umask(0022)
|
||||
|
||||
git_dir = os.environ.get('GIT_DIR')
|
||||
print type(git_dir)
|
||||
if git_dir is None:
|
||||
log.error('Must have GIT_DIR set in enviroment')
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in a new issue