Error in quickly-getting-started.html

Bug #556237 reported by Gerry King
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Quickly
Fix Released
High
Rick Spencer
quickly (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

In the section headed "Check for a pre-existing note with the same title" the code snippet correctly assigns document["_id"] to key]
<pre>
 #update a record that has the same title
        for result in results:
            document = result.value
            if document["title"] == title:
                key = document["_id"]
</pre>
in the section that follows "So the whole function should look like this:" result.key is assigned
<pre>
        #update a record that has the same title
        for result in results:
            document = result.value
            if document["title"] == title:
                key = result.key
</pre>

which causes an error. Very confusing for newbies like me :-( I was getting really excited by Quickly till I fell into this rabbit-hole.
Learned about Quickly from Gnome Journal http://www.gnomejournal.org/article/94/unchaining-the-opportunistic-developer

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks for reporting this bug and help to make Quickly better.

Rick, can you confirmed all that code is ok on 0.3.90?

Changed in quickly:
assignee: nobody → Rick Spencer (rick-rickspencer3)
Changed in quickly:
importance: Undecided → High
Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

Fixed in revision 482

Changed in quickly:
status: New → Fix Committed
affects: ubuntu → quickly (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package quickly - 0.4-0ubuntu1

---------------
quickly (0.4-0ubuntu1) lucid; urgency=low

  * New bugfix upstream release:
    - various fix to tutorial command (LP: #559565)
    - update some part of the existing tutorial (LP: #556237, #550510)
    - fix gpg key creation parameter %commit with right error message as we
      don't push it to LP (LP: #554302)
    - fix some case where gpg secret key wasn't exported to sign the package
      (LP: #555384)
    - add debug command relying on winpdb (Nafai)
    - remove some debug message
    - updated translations
 -- Didier Roche <email address hidden> Wed, 14 Apr 2010 19:10:50 +0200

Changed in quickly (Ubuntu):
status: New → Fix Released
Changed in quickly:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.