mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-11 00:37:48 -06:00
🎨 Python ; cleanup (#26426)
This commit is contained in:
parent
178938d957
commit
c751dcfcf9
11 changed files with 27 additions and 27 deletions
|
@ -23,7 +23,7 @@ if pioutil.is_pio_build():
|
|||
|
||||
assert isfile(original_file) and isfile(src_file)
|
||||
shutil.copyfile(original_file, backup_file)
|
||||
shutil.copyfile(src_file, original_file);
|
||||
shutil.copyfile(src_file, original_file)
|
||||
|
||||
def _touch(path):
|
||||
with open(path, "w") as fp:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue