Incorrect locale usage message

Bug #908237 reported by David Caro
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CLI Companion
Invalid
Low
Unassigned

Bug Description

When executing clicompainon, at startup a message is shown telling what locale binary (system or source code) will be used, but the two messages are swapped.

 11 if (os.path.exists ('/usr/share/clicompanion/')):
 12 BASEDIR = '/usr/share/clicompanion/'
 13 print "using locale in system"
 14 else:
 15 BASEDIR = os.path.abspath(os.path.dirname(os.path.realpath(sys.argv[0])))
 16 print "using locale in source code folder"

Revision history for this message
David Caro (dcaro) wrote :

Sorry, the messages are not swapped, I realized that this is for executing the clicompanion right into the source code folder (testing purposes I suppose).

Changed in clicompanion:
status: New → Invalid
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.