Fix path in GIMP examples
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.google.com/uc?export=download&id=1fxR-hAaF5BoONWxmzJTrIxXFw9EHTg_A",
|
||||
"path": "~/Desktop/computer.png"
|
||||
"path": "Desktop/computer.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -20,7 +20,7 @@
|
||||
"parameters": {
|
||||
"command": [
|
||||
"gimp",
|
||||
"~/Desktop/computer.png"
|
||||
"Desktop/computer.png"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -83,12 +83,12 @@
|
||||
"func": "check_palette_and_structure_sim",
|
||||
"expected": {
|
||||
"type": "vm_file",
|
||||
"path": "~/Desktop/computer.png",
|
||||
"path": "Desktop/computer.png",
|
||||
"dest": "computer.png"
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "~/Desktop/palette_computer.png",
|
||||
"path": "Desktop/palette_computer.png",
|
||||
"dest": "palette_computer.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user