pass path

This commit is contained in:
j 2016-03-03 15:04:54 +05:30
parent 76d000b42b
commit 8ec7bd3fe4
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ if __name__ == "__main__":
os.chdir(join(base, 'pandora'))
if current != new:
run('./manage.py', 'update_static')
run('./manage.py', 'compile_pyc')
run('./manage.py', 'compile_pyc', '-p', '.')
os.chdir(join(base, 'pandora'))
diff = get('./manage.py', 'sqldiff', '-a').strip()
if diff != '-- No differences':