Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pybatsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
batsim
pybatsim
Commits
b0aae50f
Commit
b0aae50f
authored
6 years ago
by
MERCIER Michael
Browse files
Options
Downloads
Patches
Plain Diff
[sched] bebida fix deepcopy call
parent
a5128e24
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
schedulers/schedBebida.py
+1
-1
1 addition, 1 deletion
schedulers/schedBebida.py
with
1 addition
and
1 deletion
schedulers/schedBebida.py
+
1
−
1
View file @
b0aae50f
...
@@ -731,7 +731,7 @@ class SchedBebida(BatsimScheduler):
...
@@ -731,7 +731,7 @@ class SchedBebida(BatsimScheduler):
if
job
.
metadata
is
None
:
if
job
.
metadata
is
None
:
metadata
=
{
"
locality
"
:
seq_locality
}
metadata
=
{
"
locality
"
:
seq_locality
}
else
:
else
:
metadata
=
deepcopy
(
job
.
metadata
)
metadata
=
copy
.
deepcopy
(
job
.
metadata
)
if
"
locality
"
not
in
metadata
:
if
"
locality
"
not
in
metadata
:
metadata
[
"
locality
"
]
=
seq_locality
metadata
[
"
locality
"
]
=
seq_locality
else
:
else
:
...
...
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