Merge lp:~pablorubianes-uy/clicompanion/dev into lp:clicompanion

Proposed by Pablo Rubianes
Status: Merged
Merged at revision: 111
Proposed branch: lp:~pablorubianes-uy/clicompanion/dev
Merge into: lp:clicompanion
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/LocalCommandList.py (+1/-1)
To merge this branch: bzr merge lp:~pablorubianes-uy/clicompanion/dev
Reviewer Review Type Date Requested Status
Duane Hinnen Approve
Review via email: mp+149186@code.launchpad.net

Description of the change

Fix in the misspelling of the cheatsheet list.

To post a comment you must log in.
Revision history for this message
Duane Hinnen (duanedesign) wrote :

thank you pablo

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/LocalCommandList.py'
--- plugins/LocalCommandList.py 2012-01-12 20:51:02 +0000
+++ plugins/LocalCommandList.py 2013-02-19 02:16:20 +0000
@@ -485,7 +485,7 @@
485 else:485 else:
486 # Oops! Looks like there's no default cheatsheet.486 # Oops! Looks like there's no default cheatsheet.
487 # Then, create an empty cheatsheet.487 # Then, create an empty cheatsheet.
488 open(self.ceatsheet, 'w').close()488 open(self.cheatsheet, 'w').close()
489 try:489 try:
490 dbg('Reading cheatsheet from file %s' % self.cheatsheet)490 dbg('Reading cheatsheet from file %s' % self.cheatsheet)
491 with open(self.cheatsheet, 'r') as ch_fd:491 with open(self.cheatsheet, 'r') as ch_fd:

Subscribers

People subscribed via source and target branches