This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"): |