Skip to content

Instantly share code, notes, and snippets.

View YoungerDryas89's full-sized avatar
🎯
Focusing

Sai Vázquez YoungerDryas89

🎯
Focusing
  • USA, Colorado
View GitHub Profile
diff --git a/variety/Util.py b/variety/Util.py
index a610f32..47f0f1f 100644
--- a/variety/Util.py
+++ b/variety/Util.py
@@ -558,6 +558,10 @@ class Util:
except Exception as e:
# could not read metadata inside file, try reading json metadata instead
try:
+ # Accommodate for this bug: https://github.com/varietywalls/variety/pull/650
+ if os.path.exists(filename + ".partial.metadata.json"):