Skip to content

Commit 4bead9b

Browse files
authored
[ci skip] remove obsolete todo
1 parent 1e69164 commit 4bead9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.scripts/extract-metadata.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
toml = toml_file.read()
3232
metadata['id'] = re.search(r'^name\s*=\s*"(.+)"', toml).group(1)
3333
# ensure title is the same as the one in main.lua
34-
# TODO: don't assert, just print a GH Actions warning (idk how)
3534
if (_win_title := re.search(r'^ProductName\s*=\s*"(.+)"$', toml, re.MULTILINE)) is None:
3635
print('::error file=makelove.toml::Windows product name could not be found')
3736
if metadata['title'] != _win_title.group(1):

0 commit comments

Comments
 (0)