Skip to content

Commit

Permalink
Fixes a Ghost.set_field_value typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Sep 19, 2012
1 parent deaab81 commit abf9b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def _set_textarea_value(el, value):
el.setFocus()
el.setPlainText(value)

True, ressources = None, []
res, ressources = None, []
element = self.main_frame.findFirstElement(selector)
if element.isNull():
raise Exception('can\'t find element for %s"' % selector)
Expand Down

0 comments on commit abf9b4d

Please sign in to comment.