﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
1709	Bugfix	bewst	pacopablo	"{{{
#!diff
Index: sqlite2pg
===================================================================
--- sqlite2pg   (revision 2257)
+++ sqlite2pg   (working copy)
@@ -300,7 +300,7 @@
                 print (""You must specify a project name\n"")
                 sys.exit(1)
             options.project = args[0]
-            options.tracenv = os.path.join(opts.tracbase, args[0])
+            options.tracenv = os.path.join(options.tracbase, args[0])

     if not options.pg_uri.startswith('postgres://'):
         print (""You must specify a valid URI for the PostgreSQL database."")
}}}"	defect	closed	high	SqliteToPgScript	blocker	fixed			0.11
