mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add print for git diff
This commit is contained in:
parent
685c13d87d
commit
f6db59f955
@ -17,4 +17,5 @@ output = subprocess.check_output("git diff", shell=True)
|
||||
|
||||
if output:
|
||||
print("Git diff is not empty. This means your CMakeLists.txt file was not formatted via %s!" % executable)
|
||||
print(output)
|
||||
sys.exit(1)
|
||||
|
@ -18,4 +18,5 @@ output = subprocess.check_output("git diff", shell=True)
|
||||
|
||||
if output:
|
||||
print("Git diff is not empty. This means your code was not formatted via %s!" % executable)
|
||||
print(output)
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user