IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2014, 8:31:37 AM (12 years ago)
Author:
heather
Message:

ipptopsps:should fix the unicode/int problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/gpc1db.py

    r36713 r36714  
    523523               AND addRun.state = 'full' \
    524524               AND filter = '" + filter + "' \
    525                AND sky_id = '" + skyID + "'"
     525               AND sky_id = %d" % skyID
    526526             
    527527        try:
Note: See TracChangeset for help on using the changeset viewer.