Ticket #1497 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Suppress benign warnings

Reported by: dread Owned by: dread
Priority: minor Milestone: ckan-sprint-2011-12-05
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

We really shouldn't have lots of benign stuff printed on stderr when we run every command. It confuses users and hides important stuff.

Change History

comment:1 Changed 2 years ago by dread

  • Status changed from new to closed
  • Resolution set to fixed

Got rid of this one that appears on many CLI commands:

/home/dread/gitroot/pyenv-ckan/lib/python2.6/site-packages/pylons/templating.py:610: UserWarning: Unbuilt egg for setuptools [unknown version] (/usr/lib/python2.6/dist-packages)
  Engine = entry_point.load()

cset:e1e2918

Look out for others and reopen when found.

Note: See TracTickets for help on using tickets.