We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18107a1 commit 7f709daCopy full SHA for 7f709da
mo2-unignore-updates/list-ignored.py
@@ -27,9 +27,10 @@
27
with open('meta.ini', "r", encoding='UTF-8') as read_file:
28
file_data = read_file.read()
29
changed_file_data = sub(ignored_regex, 'ignoredVersion=', file_data)
30
+
31
except FileNotFoundError:
32
print(f'The mod "{mod_dir}" did not have a meta.ini file')
-
33
34
# Log mod if the data changed
35
if file_data != changed_file_data:
36
# Log the changed mod
mo2-unignore-updates/unignore.py
@@ -27,6 +27,7 @@
0 commit comments