for sample_file in sample_files:
            LOG.debug("Deleting file {}".format(sample_file))
            try:
                if os.path.isdir(sample_file):
                    shutil.rmtree(sample_file)