Subversion Repositories SmartDukaan

Rev

Rev 15496 | Rev 15498 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15496 Rev 15497
Line 114... Line 114...
114
                        ourSp = vendor['sellingPriceBefIntCashBack']
114
                        ourSp = vendor['sellingPriceBefIntCashBack']
115
                    except:
115
                    except:
116
                        ourSp = vendor['sellingPrice']
116
                        ourSp = vendor['sellingPrice']
117
                    ourOfferPrice = vendor['sellingPrice']
117
                    ourOfferPrice = vendor['sellingPrice']
118
                iterator+=1
118
                iterator+=1
119
        except:
119
        except Exception as e:
-
 
120
            import traceback
-
 
121
            print traceback.print_exc()
120
            continue
122
            continue
121
        finally:
123
        finally:
122
            sdItem =None
124
            sdItem =None
123
        print  "Item id ",sdItem.item_id
125
        print  "Item id ",sdItem.item_id
124
        print ourSp
126
        print ourSp