From 731728e2a42d29a390d237adfccf0ed5a8e84fac Mon Sep 17 00:00:00 2001 From: Fabian Arndt Date: Sun, 8 Sep 2024 05:56:39 +0200 Subject: [PATCH] Added docstring for check_gamefixes.py --- .github/scripts/check_gamefixes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scripts/check_gamefixes.py b/.github/scripts/check_gamefixes.py index e98229fc..9bf89f56 100644 --- a/.github/scripts/check_gamefixes.py +++ b/.github/scripts/check_gamefixes.py @@ -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