Fix path in GIMP examples
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.google.com/uc?export=download&id=14ZEnUNHrIVDvcyF6A6EFgma6LcgPWj1X",
|
||||
"path": "~/Desktop/dog_with_background.png"
|
||||
"path": "Desktop/dog_with_background.png"
|
||||
},
|
||||
{
|
||||
"url": "https://drive.google.com/uc?export=download&id=1wq2sjBX8X-SGIEj1GKLGAuQ8BNVYqa0-",
|
||||
"path": "~/Desktop/dog_with_background_two_layers.xcf"
|
||||
"path": "Desktop/dog_with_background_two_layers.xcf"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -24,7 +24,7 @@
|
||||
"parameters": {
|
||||
"command": [
|
||||
"gimp",
|
||||
"~/Desktop/dog_with_background_two_layers.xcf"
|
||||
"Desktop/dog_with_background_two_layers.xcf"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -87,12 +87,12 @@
|
||||
"func": "check_image_size_and_structure_sim",
|
||||
"expected":{
|
||||
"type": "vm_file",
|
||||
"path": "~/Desktop/dog_with_background.png",
|
||||
"path": "Desktop/dog_with_background.png",
|
||||
"dest": "dog_with_background.png"
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "~/Desktop/resized.png",
|
||||
"path": "Desktop/resized.png",
|
||||
"dest": "resized.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user