Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 24, 2023
1 parent c42ec7c commit b70861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinol_make/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b70861f

Please sign in to comment.