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
3883f95c
Commit
3883f95c
authored
Aug 19, 2016
by
Daniel Brown
Browse files
fixing loop delete
parent
b4e85dbe
Pipeline
#1561
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pykat/commands.py
View file @
3883f95c
...
...
@@ -76,8 +76,9 @@ class Command(object):
self
.
_kat
.
unregisterVariable
(
_
.
name
)
_
.
clearPuts
()
del
self
.
_putters
[
i
]
for
i
in
range
(
len
(
self
.
_putters
)):
del
self
.
_putters
[
0
]
del
self
.
_putters
[:]
...
...
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