|
|
@ -133,6 +133,7 @@ def copy_workbooks(destination, release_version): |
|
|
|
print(excel_file.name, "->", new_path) |
|
|
|
print(excel_file.name, "->", new_path) |
|
|
|
shutil.copyfile(excel_file, new_path) |
|
|
|
shutil.copyfile(excel_file, new_path) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def copy_frms(destination, release_version): |
|
|
|
def copy_frms(destination, release_version): |
|
|
|
all_folders = (f for f in PATH_WORKBOOKS.iterdir() if f.is_dir()) |
|
|
|
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()) |
|
|
|
all_frms = (f for f in all_folders if "frm" in f.name.lower()) |
|
|
|