Skip to content
Snippets Groups Projects
Commit fbad8a0f authored by Karim Ahmed's avatar Karim Ahmed
Browse files

keep, rename and move temp folder with report

parent 0178a0c6
No related branches found
No related tags found
2 merge requests!298Feat/dss cimprove master rebasing,!265keep, rename and move temp folder with report
...@@ -3,7 +3,7 @@ from importlib.machinery import SourceFileLoader ...@@ -3,7 +3,7 @@ from importlib.machinery import SourceFileLoader
from os import chdir, listdir, makedirs, path, remove, stat from os import chdir, listdir, makedirs, path, remove, stat
from os.path import isdir, isfile, splitext from os.path import isdir, isfile, splitext
import re import re
from shutil import copy, copytree, move, rmtree from shutil import copy, copytree, move
from subprocess import CalledProcessError, check_call, check_output from subprocess import CalledProcessError, check_call, check_output
from textwrap import dedent from textwrap import dedent
from time import sleep from time import sleep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment