Skip to content

Commit

Permalink
add timestamp to end of build
Browse files Browse the repository at this point in the history
  • Loading branch information
zrisher committed Aug 25, 2015
1 parent 5130cfd commit fc6e5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#
# The Dev version has logging enabled

import datetime
import os
import os.path
import sys
Expand Down Expand Up @@ -145,7 +146,7 @@ def build_distro():
print("\n")
"""

print("------- SEModHelpers Python Build Complete ------- \n")
print("------ SEModHelpers Python Build Completed at {0} ------- \n".format(datetime.datetime.now()))


if __name__ == '__main__':
Expand Down

0 comments on commit fc6e5b5

Please sign in to comment.