Subversion Repositories SmartDukaan

Rev

Rev 4110 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4110 Rev 5761
Line 108... Line 108...
108
        saholic_id = scraper.getSaholicEntityId(map)
108
        saholic_id = scraper.getSaholicEntityId(map)
109
        print map
109
        print map
110
        print saholic_id
110
        print saholic_id
111
        
111
        
112
        if saholic_id is not None:
112
        if saholic_id is not None:
113
            file_path = str("/tmp/msp_dir/%s" % saholic_id)
113
            file_path = str("/usr/msp_dir/%s" % saholic_id)
114
            file_to_write = open(file_path, "w")
114
            file_to_write = open(file_path, "w")
115
            
115
            
116
            if file_to_write is None:
116
            if file_to_write is None:
117
                print 'File pointer is None'
117
                print 'File pointer is None'
118
            else:
118
            else: