From b70861fe2624fb67104b2e006886b7ca6c9707a1 Mon Sep 17 00:00:00 2001 From: Mateusz Masiarz Date: Sun, 24 Sep 2023 12:40:55 +0200 Subject: [PATCH] Fix tests --- src/sinol_make/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinol_make/util.py b/src/sinol_make/util.py index 7cb97cd0..dfd81005 100644 --- a/src/sinol_make/util.py +++ b/src/sinol_make/util.py @@ -298,7 +298,7 @@ def make_version_changes(): # In version 1.5.9 we changed the format of sinol_expected_scores. # Now all groups have specified points and status. - if check_if_package(): + if find_and_chdir_package(): with open("config.yml", "r") as config_file: config = yaml.load(config_file, Loader=yaml.FullLoader)