Changeset 2377

Show
Ignore:
Timestamp:
07/03/07 23:28:21 (1 year ago)
Author:
pacopablo
Message:

SqliteToPgScript:

  • Fixes #1709 (really)
  • Yeah, good of me to actually test my changes. Fixed the typo caused by fixing the typo :)
Files:

Legend:

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

    r2376 r2377  
    301301                sys.exit(1) 
    302302            options.project = args[0] 
    303             options.tracenv = os.path.join(optionss.tracbase, args[0]) 
     303            options.tracenv = os.path.join(options.tracbase, args[0]) 
    304304 
    305305    if not options.pg_uri.startswith('postgres://'):