Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1709 closed defect (fixed)

Bugfix

Reported by: bewst Owned by: John Hampton
Priority: high Component: SqliteToPgScript
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

  • sqlite2pg

     
    300300                print ("You must specify a project name\n")
    301301                sys.exit(1)
    302302            options.project = args[0]
    303             options.tracenv = os.path.join(opts.tracbase, args[0])
     303            options.tracenv = os.path.join(options.tracbase, args[0])
    304304
    305305    if not options.pg_uri.startswith('postgres://'):
    306306        print ("You must specify a valid URI for the PostgreSQL database.")

Attachments (0)

Change History (2)

comment:1 Changed 17 years ago by John Hampton

Resolution: fixed
Status: newclosed

(In [2376]) * Fixes #1709

  • Thanks for catching my typos.

comment:2 Changed 17 years ago by John Hampton

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

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain John Hampton.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.