Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pydr
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
pydr
Commits
3badeb76
Commit
3badeb76
authored
1 year ago
by
Fidel Alfaro Almagro
Browse files
Options
Downloads
Patches
Plain Diff
Update dr.py Fixing - small bug
parent
6c732fc6
Branches
falmagro-main-patch-32454
No related tags found
1 merge request
!5
Update dr.py Fixing - small bug
Pipeline
#23310
skipped
Stage: fsl-ci-build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pydr/dr.py
+1
-1
1 addition, 1 deletion
pydr/dr.py
with
1 addition
and
1 deletion
pydr/dr.py
+
1
−
1
View file @
3badeb76
...
@@ -312,7 +312,7 @@ def dr(files, grp_maps, workdir, submit_to_cluster=True):
...
@@ -312,7 +312,7 @@ def dr(files, grp_maps, workdir, submit_to_cluster=True):
if
not
submit_to_cluster
:
if
not
submit_to_cluster
:
with
open
(
f
'
{
workdir
}
/logs/dr_commands.txt
'
,
'
r
'
)
as
fpr
:
with
open
(
f
'
{
workdir
}
/logs/dr_commands.txt
'
,
'
r
'
)
as
fpr
:
for
command
in
fpr
.
readlines
():
for
command
in
fpr
.
readlines
():
logger
.
info
(
'
'
.
join
(
command
)
)
logger
.
info
(
command
)
output
=
run
(
command
)
output
=
run
(
command
)
print
(
output
)
print
(
output
)
...
...
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