Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
aa3205bd
Commit
aa3205bd
authored
Aug 17, 2016
by
Daniel Brown
Browse files
fixing in loop edit of list
parent
635e3ef6
Pipeline
#1559
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pykat/param.py
View file @
aa3205bd
...
...
@@ -86,7 +86,7 @@ class putter(object):
self
.
__owner
=
weakref
.
ref
(
newOwner
)
def
clearPuts
(
self
):
for
_
in
self
.
putees
:
for
_
in
self
.
putees
.
copy
()
:
_
.
put
(
None
)
def
register
(
self
,
toput
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment