Subversion Repositories SmartDukaan

Rev

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

Rev 9482 Rev 9489
Line 825... Line 825...
825
            close_session()
825
            close_session()
826
            
826
            
827
    def addOrUpdateAllAmazonFbaInventory(self,allamazonfbainventorysnapshot):
827
    def addOrUpdateAllAmazonFbaInventory(self,allamazonfbainventorysnapshot):
828
        try:
828
        try:
829
            for amazonfbainventorysnapshot in allamazonfbainventorysnapshot:
829
            for amazonfbainventorysnapshot in allamazonfbainventorysnapshot:
830
                return add_or_update_amazon_fba_inventory(amazonfbainventorysnapshot)
830
                add_or_update_amazon_fba_inventory(amazonfbainventorysnapshot)
831
        finally:
831
        finally:
832
            close_session()
832
            close_session()
833
833