Package: pgloader
Version: 2.3.3~dev3-1.1
Severity: minor

Dear Maintainer,

when playing with the examples provided along the pgloader package, I noticed a
continuous warning :
$ pgloader -T simple
pgloader     WARNING  path entry '/usr/share/pyshared/pgloader/reformat' does
not exists, ignored

That's because the variable DEFAULT_REFORMAT_PATH in the file
/usr/share/pyshared/pgloader/options.py is using a bad path :
DEFAULT_REFORMAT_PATH = ['/usr/share/python-support/pgloader/reformat']

It should instead use the following path : /usr/share/pyshared/reformat.

--- a.py        2013-07-11 17:12:00.552882604 +0200
+++ b.py        2013-07-11 17:12:06.232795967 +0200
@@ -40,7 +40,7 @@
 UDC_PREFIX = 'udc_'

 REFORMAT_PATH = None
-DEFAULT_REFORMAT_PATH = ['/usr/share/python-support/pgloader/reformat']
+DEFAULT_REFORMAT_PATH = ['/usr/share/pyshared/reformat']

 DEFAULT_MAX_PARALLEL_SECTIONS = 1
 DEFAULT_SECTION_THREADS       = 1



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pgloader depends on:
ii  python           2.7.5-2
ii  python-psycopg2  2.4.5-1+b1
ii  python-support   1.0.15

pgloader recommends no packages.

pgloader suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to