projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99623cf
)
return from proc with recent ruby will return from method not proc, need next
author
Guillaume Cottenceau
<gc@mnc.ch>
Wed, 20 Jun 2018 07:52:44 +0000
(09:52 +0200)
committer
Guillaume Cottenceau
<gc@mnc.ch>
Wed, 20 Jun 2018 07:52:44 +0000
(09:52 +0200)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index f1f3adbb5af118ebd3bb98c687f64e20be2c7def..8e5da452622e6c0f47a5a6c84049fd0f5c86bcc4 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-1485,7
+1485,7
@@
def execute
table.attach(examples, 2, 3, row, row + 1, Gtk::FILL, Gtk::FILL, 5, 5)
if counter == 0
-
return
{}
+
next
{}
end
combostore = Gtk::ListStore.new(Gdk::Pixbuf, String)