Replacing shutil copytree by dirsync #25

Merged
zuul merged 5 commits from dirsync_replaces__shutil into main 2023-01-30 07:52:19 +00:00
2 changed files with 5 additions and 7 deletions
Showing only changes of commit c370ffe06a - Show all commits

View File

@ -18,7 +18,6 @@ import argparse
import logging import logging
import os import os
import pathlib import pathlib
import shutil
import subprocess import subprocess
import warnings import warnings
from dirsync import sync from dirsync import sync