Skip to content

Commit

Permalink
Fix minor issues
Browse files Browse the repository at this point in the history
- Unused import
- Duplicate key in dictionary
  • Loading branch information
ktf committed Sep 23, 2024
1 parent f411a6b commit 1ad432a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aliBuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from alibuild_helpers.init import doInit
from alibuild_helpers.clean import doClean
from alibuild_helpers.doctor import doDoctor
from alibuild_helpers.deps import doDeps
from alibuild_helpers.log import info, warning, debug, logger, error
from alibuild_helpers.log import info, debug, logger, error
from alibuild_helpers.utilities import detectArch
from alibuild_helpers.build import doBuild

Expand All @@ -40,7 +40,6 @@ def doMain(args, parser):
"LC_MONETARY": "C",
"LC_NUMERIC": "C",
"LC_TIME": "C",
"LC_ALL": "C",
"GREP_OPTIONS": "",
"BASH_ENV": "",
"ALIBUILD_ARCHITECTURE": args.architecture
Expand Down

0 comments on commit 1ad432a

Please sign in to comment.