Skip to content

Commit 2c07e71

Browse files
committed
Minor typo fix
1 parent d12e0f3 commit 2c07e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/gomud_mapper/check_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def check_directory(dir_path):
2020
with open(json_path, 'r') as f:
2121
data = json.load(f)
2222
for item in data:
23-
if item.get('isFolder') \!= 'yes':
23+
if item.get('isFolder') != 'yes':
2424
json_names.append(item['name'])
2525

2626
print(f"Lua files: {lua_files}")

0 commit comments

Comments
 (0)