Adding message when the script runs successfully
This commit is contained in:
parent
4b6e659a84
commit
c6daca32c1
1 changed files with 3 additions and 1 deletions
4
check.py
4
check.py
|
@ -109,5 +109,7 @@ for line in fileinput.input():
|
|||
check_mapping(splitted[2])
|
||||
check_duplicates(splitted[0], get_platform(splitted[2]), line)
|
||||
|
||||
if not success:
|
||||
if success:
|
||||
print("No mapping errors found!")
|
||||
else:
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue