mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
fix wrong naming in theme.json
This commit is contained in:
parent
b5aeabc813
commit
6cd74ba294
@ -76,7 +76,6 @@ def test_image_size(working_path, manifest):
|
||||
assert w >= h, "✖ Image orientation is portrait (must be landscape or square)"
|
||||
# print(f"✔ Images are big enough ({w}×{h}) and landscape.")
|
||||
|
||||
|
||||
def test_overlapping_images(manifest):
|
||||
jointed_lists = manifest.get("dayImageList")
|
||||
jointed_lists.extend(manifest.get("nightImageList"))
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"imageFilename": "bl2_eridium_badlands_*.jpg",
|
||||
"imageFilename": "bl2_eridum_badlands_*.jpg",
|
||||
"imageCredits": "Gearbox",
|
||||
"displayName": "",
|
||||
"dayHighlight": 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user