Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
ECALC-1511
  • Loading branch information
frodehk committed Sep 19, 2024
1 parent 20b7a6e commit 000c70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecalc_cli/infrastructure/file_resource_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _read_resources(cls, configuration: YamlValidator, working_directory: Path)
)

increasing_or_decreasing = strictly_increasing_or_decreasing(el2fuel.data[1])
if not not increasing_or_decreasing[0]:
if not increasing_or_decreasing[0]:
raise ResourceValidationError(
resource=el2fuel,
resource_name=facility_resource_name,
Expand Down

0 comments on commit 000c70b

Please sign in to comment.