← Back to team overview

clicompanion-devs team mailing list archive

[Bug 908237] Re: Incorrect locale usage message

 

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

-- 
You received this bug notification because you are a member of CLI
Companion Development Team, which is subscribed to CLI Companion.
https://bugs.launchpad.net/bugs/908237

Title:
  Incorrect locale usage message

Status in CLI Companion:
  Invalid

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"

To manage notifications about this bug go to:
https://bugs.launchpad.net/clicompanion/+bug/908237/+subscriptions


References