Skip to content

Commit

Permalink
squash: dots
Browse files Browse the repository at this point in the history
  • Loading branch information
happz authored and psss committed Oct 1, 2024
1 parent 577b4e7 commit 0bed506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def from_file(
content = environment_filepath.read_text()

# Parse yaml file
if Path(filename).suffix.lower() in ('yaml', 'yml'):
if Path(filename).suffix.lower() in ('.yaml', '.yml'):
environment = cls.from_yaml(content)

else:
Expand Down

0 comments on commit 0bed506

Please sign in to comment.