summaryrefslogtreecommitdiffstats
path: root/apex/clean.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-20 20:44:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-20 20:44:10 +0000
commit3b0786b9181b944cbcc126ceb85c063924c8744c (patch)
tree90b666b7d6c78c02a6548ff555df7f2976426315 /apex/clean.py
parent72759c59fb710360cd55e27c6f803d2af2c149d3 (diff)
parent62b4d6bddc724219facb0ff1da3104d6be29b7ca (diff)
Merge "Minor fixes to clean" into stable/euphrates
Diffstat (limited to 'apex/clean.py')
-rw-r--r--apex/clean.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/clean.py b/apex/clean.py
index efea0ff2..9d0e648e 100644
--- a/apex/clean.py
+++ b/apex/clean.py
@@ -134,5 +134,6 @@ def main():
logging.info('Apex clean complete!')
+
if __name__ == '__main__':
main()