Ticket #1709 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Bugfix

Reported by: bewst Assigned to: pacopablo
Priority: high Component: SqliteToPgScript
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

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.")

Attachments

Change History

07/04/07 06:26:59 changed by pacopablo

  • status changed from new to closed.
  • resolution set to fixed.

(In [2376]) * Fixes #1709

  • Thanks for catching my typos.

07/04/07 06:28:24 changed by pacopablo

(In [2377]) * Fixes #1709 (really)

  • Yeah, good of me to actually test my changes. Fixed the typo caused by fixing the typo :)

Add/Change #1709 (Bugfix)




Change Properties
Action