Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#2522 closed defect

trac-admin initenv from command line arguments — at Initial Version

Reported by: markb@… Owned by: daniel
Priority: normal Milestone: 0.10
Component: admin/console Version: devel
Severity: normal Keywords: trac-admin initenv arguments
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Can't initalize a trac instance.

trac-admin /tmp/test initenv 'example' "sqlite:db/trac.db" "/svn/test" svn "/usr/local/python/share/trac/templates"

Command failed: need more than 4 values to unpack

Problem is, its trying to unpack 4 command line arguments when 5 are required. Its easily fixed by changing line 568 of "scripts/admin.py" to read "templates_dir = arg[:5]" instead of "templates_dir = arg[:4]".

Change History (0)

Note: See TracTickets for help on using tickets.