Skip to content

Commit

Permalink
Update packages/access3-exe/package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Feb 24, 2025
1 parent be5bfcf commit 174fcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access3-exe/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Access3Exe(CMakePackage):

def cmake_args(self):

#make configurations a cmake argument
# make configurations a cmake argument
buildConf = ";".join(self.spec.variants["configurations"].value)
args = [
self.define("BuildConfigurations",buildConf)

Check failure on line 65 in packages/access3-exe/package.py

View workflow job for this annotation

GitHub Actions / Check syntax

Ruff (E231)

packages/access3-exe/package.py:65:46: E231 Missing whitespace after ','
Expand Down

0 comments on commit 174fcb5

Please sign in to comment.