← Back to team overview

clicompanion-devs team mailing list archive

[Bug 908237] [NEW] Incorrect locale usage message

 

Public bug reported:

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"

** Affects: clicompanion
     Importance: Low
         Status: New

-- 
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:
  New

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


Follow ups

References