Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Poulpe
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
Poulpe
Commits
8a83a124
"README.rst" did not exist on "dd6700b046fe962154c151464a3e923679bd1474"
Commit
8a83a124
authored
3 weeks ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
ruff: reformat the code base
parent
ebc14cd7
No related branches found
No related tags found
1 merge request
!48
annotate benchmark
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python-libs/poulpe/scheduling.py
+2
-2
2 additions, 2 deletions
python-libs/poulpe/scheduling.py
with
2 additions
and
2 deletions
python-libs/poulpe/scheduling.py
+
2
−
2
View file @
8a83a124
...
...
@@ -468,9 +468,8 @@
# TODO make a "poulpe resolve-bin-env-spec"?
cmd
=
[
setup_script
.
resolve
(),
"
--get-unique-id
"
]
+
cli_args_list
# Get the actual unique bin-env ID that only the suite can resolve
# (because of its dependencies, etc.)
res
=
subprocess
.
run
(
cmd
,
cwd
=
tmp_target
,
...
...
@@ -472,9 +471,10 @@
# Get the actual unique bin-env ID that only the suite can resolve
# (because of its dependencies, etc.)
res
=
subprocess
.
run
(
cmd
,
cwd
=
tmp_target
,
env
=
env
,
capture_output
=
True
,
env
=
env
,
capture_output
=
True
,
)
try
:
res
.
check_returncode
()
...
...
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