diff --git a/work_helpers/sg_mbp_release.py b/work_helpers/sg_mbp_release.py index 3ce8040..8e4286b 100644 --- a/work_helpers/sg_mbp_release.py +++ b/work_helpers/sg_mbp_release.py @@ -133,6 +133,7 @@ def copy_workbooks(destination, release_version): print(excel_file.name, "->", new_path) shutil.copyfile(excel_file, new_path) + def copy_frms(destination, release_version): all_folders = (f for f in PATH_WORKBOOKS.iterdir() if f.is_dir()) all_frms = (f for f in all_folders if "frm" in f.name.lower())