mv-demos-to-public
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related or that one is blocking others. Learn more.
When this merge request is accepted, this issue will be closed automatically.
Activity
- Author Maintainer
#!/usr/bin/env python3 import shutil import pathlib src = pathlib.Path.home().joinpath('programming/powershell/internal/course_revamp') dst = pathlib.Path.home().joinpath('demos') for i in range(1,5): newsrc = src.joinpath(src,f'day{i}/demos') newdst = dst.joinpath(dst,f'day{i}') shutil.copytree(newsrc,newdst)
Edited by Nicholas Yost - Nicholas Yost mentioned in merge request !10 (merged)
mentioned in merge request !10 (merged)
- Nicholas Yost closed via merge request !10 (merged)
closed via merge request !10 (merged)
- Nicholas Yost mentioned in commit e6ae1551
mentioned in commit e6ae1551
Please register or sign in to reply