Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 18, 2023
1 parent ac29649 commit 0854c47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions repos/c2sm/packages/icon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ class Icon(AutotoolsPackage, CudaPackage):
variant('art',
default=False,
description='Enable the aerosols and reactive trace component ART')
variant('acm-license',
default=False,
description='Enable code parts that require accepting the ACM Software License')
variant(
'acm-license',
default=False,
description=
'Enable code parts that require accepting the ACM Software License')

# Infrastructural Features:
variant('mpi',
Expand Down

0 comments on commit 0854c47

Please sign in to comment.