From a4cb85b7dcbc907fe5c057fb0d75bcf04b598cf9 Mon Sep 17 00:00:00 2001 From: Charles Cowart Date: Thu, 12 Oct 2023 17:26:54 -0700 Subject: [PATCH] minor bugfix --- qp_klp/Step.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qp_klp/Step.py b/qp_klp/Step.py index 0fbbd5b..9a603e2 100644 --- a/qp_klp/Step.py +++ b/qp_klp/Step.py @@ -547,13 +547,7 @@ def _copy_files(self, files): for some_path in files[key]: path_name, file_name = split(some_path) path_name = join(path_name, f'copy{self.prep_copy_index}') - self.foo("path_name: %s" % path_name) makedirs(path_name, exist_ok=True) - if exists(path_name): - self.foo("%s exists" % path_name) - else: - self.foo("%s doesn't exist" % path_name) - new_files[key].append(join(path_name, file_name)) for key in files: