progress
This commit is contained in:
parent
a0cee0b394
commit
89d4226ea6
3 changed files with 10 additions and 9 deletions
|
@ -8,8 +8,6 @@ args = parser.parse_args()
|
|||
|
||||
def copy_and_move_folder(src, dst):
|
||||
try:
|
||||
if os.path.exists(src) is False:
|
||||
shutil.rmtree(src)
|
||||
shutil.copytree(src, dst)
|
||||
print(f"Folder {src} successfully copied")
|
||||
except shutil.Error as e:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"assets": [
|
||||
{ "name": "bear_holder", "mesh": "./mesh/fork.stl", "image": "./images/bear_holder_220425.png" },
|
||||
{ "name": "fork", "mesh": "./mesh/fork.stl", "image": "./images/bear_holder_220425.png" },
|
||||
{ "name": "bear_holder1", "mesh": "./mesh/fork.stl", "image": "./images/bear_holder_220425.png" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue