Skip to content

Commit

Permalink
Added docstring for check_gamefixes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Root-Core committed Sep 8, 2024
1 parent 5b1b012 commit 731728e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/check_gamefixes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import sys # noqa: D100
"""This provides a check, if all filenames are correct and if all IDs used by GOG and Steam fixes are valid."""

import sys
from pathlib import Path
from urllib.request import urlopen, Request
from http.client import HTTPSConnection
Expand Down

0 comments on commit 731728e

Please sign in to comment.