Commit eb6d7d8d authored by harshavardhan.c's avatar harshavardhan.c

enh: commented out deletion off file logic.

parent 261f8697
...@@ -5,7 +5,6 @@ if __name__ == "__main__": ...@@ -5,7 +5,6 @@ if __name__ == "__main__":
import argparse import argparse
import logging import logging
import os import os
import shutil
import sys import sys
import time import time
...@@ -211,6 +210,7 @@ if __name__ == '__main__': ...@@ -211,6 +210,7 @@ if __name__ == '__main__':
logging.exception(f"Exception Occurred while processing the Helm-Script Preparation {e.args}") logging.exception(f"Exception Occurred while processing the Helm-Script Preparation {e.args}")
finally: finally:
# shutil.rmtree(HELM_STORE_PATH) # shutil.rmtree(HELM_STORE_PATH)
shutil.rmtree(HELM_TEMP_PATH) # shutil.rmtree(HELM_TEMP_PATH)
shutil.rmtree(GENERAL_TEMP_PATH) # shutil.rmtree(GENERAL_TEMP_PATH)
shutil.rmtree(OUTPUT_PATH) # shutil.rmtree(OUTPUT_PATH)
...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment