mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Nicer output in build.py
This commit is contained in:
parent
63861a9fc0
commit
b54d1e8786
@ -21,9 +21,11 @@ def check_for_changes(addonspath, module):
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print("####################")
|
print("""
|
||||||
print("# ACE3 Debug Build #")
|
####################
|
||||||
print("####################\n")
|
# ACE3 Debug Build #
|
||||||
|
####################
|
||||||
|
""")
|
||||||
|
|
||||||
scriptpath = os.path.realpath(__file__)
|
scriptpath = os.path.realpath(__file__)
|
||||||
projectpath = os.path.dirname(os.path.dirname(scriptpath))
|
projectpath = os.path.dirname(os.path.dirname(scriptpath))
|
||||||
@ -42,7 +44,7 @@ def main():
|
|||||||
continue
|
continue
|
||||||
if not check_for_changes(addonspath, p):
|
if not check_for_changes(addonspath, p):
|
||||||
skipped += 1
|
skipped += 1
|
||||||
print("Skipping {}.".format(p))
|
print(" Skipping {}.".format(p))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
print("# Making {} ...".format(p))
|
print("# Making {} ...".format(p))
|
||||||
|
Loading…
Reference in New Issue
Block a user