Changeset 2376

Show
Ignore:
Timestamp:
07/03/07 23:26:55 (2 years ago)
Author:
pacopablo
Message:

SqliteToPgScript:

  • Fixes #1709
  • Thanks for catching my typos.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sqlitetopgscript/0.10/sqlite2pg

    r1608 r2376  
    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(optionss.tracbase, args[0]) 
    304304 
    305305    if not options.pg_uri.startswith('postgres://'):