mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-06 05:23:55 -06:00
Tweaks to build scripts
This commit is contained in:
parent
54ccfcc705
commit
903d0b91fc
28 changed files with 77 additions and 37 deletions
|
@ -22,8 +22,7 @@
|
|||
# 2020-06-05 SRL style tweaks
|
||||
#-----------------------------------
|
||||
#
|
||||
import sys
|
||||
import os
|
||||
import sys,os
|
||||
from pathlib import Path
|
||||
from distutils.dir_util import copy_tree # for copy_tree, because shutil.copytree can't handle existing files, dirs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue