We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12e0f3 commit 2c07e71Copy full SHA for 2c07e71
src/scripts/gomud_mapper/check_scripts.py
@@ -20,7 +20,7 @@ def check_directory(dir_path):
20
with open(json_path, 'r') as f:
21
data = json.load(f)
22
for item in data:
23
- if item.get('isFolder') \!= 'yes':
+ if item.get('isFolder') != 'yes':
24
json_names.append(item['name'])
25
26
print(f"Lua files: {lua_files}")
0 commit comments