Skip to content
Snippets Groups Projects

keep, rename and move temp folder with report

Merged Karim Ahmed requested to merge feat/move_tmp_folder_with_report into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@ from importlib.machinery import SourceFileLoader
from os import chdir, listdir, makedirs, path, remove, stat
from os.path import isdir, isfile, splitext
import re
from shutil import copy, copytree, move, rmtree
from shutil import copy, copytree, move
from subprocess import CalledProcessError, check_call, check_output
from textwrap import dedent
from time import sleep
Loading