Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
base
Commits
96a4bacb
Commit
96a4bacb
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
BF: wrong check
parent
39a16bf0
No related branches found
No related tags found
1 merge request
!46
Mnt/update fsl package
Pipeline
#12498
passed
3 years ago
Stage: fsl-ci-build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/fsl/sbin/update_fsl_package
+1
-1
1 addition, 1 deletion
share/fsl/sbin/update_fsl_package
with
1 addition
and
1 deletion
share/fsl/sbin/update_fsl_package
+
1
−
1
View file @
96a4bacb
...
@@ -566,7 +566,7 @@ def parse_args(argv : Optional[Sequence[str]]) -> argparse.Namespace:
...
@@ -566,7 +566,7 @@ def parse_args(argv : Optional[Sequence[str]]) -> argparse.Namespace:
# externally hosted package has been requested
# externally hosted package has been requested
if (len(args.package) > 0) and \
if (len(args.package) > 0) and \
any(
args.package
in EXTERNALLY_HOSTED_PACKAGES):
any(
p
in EXTERNALLY_HOSTED_PACKAGES
for p in args.package
):
args.external = True
args.external = True
return args
return args
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment