Subversion Repositories SmartDukaan

Rev

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

Rev 9805 Rev 11539
Line 79... Line 79...
79
                    iclient = InventoryClient().get_client()
79
                    iclient = InventoryClient().get_client()
80
                    
80
                    
81
        except Exception as e:
81
        except Exception as e:
82
            message = message + "\t" + str(brand) + "\t" + str(model_name) + "\t" + str(model_number) + "\t" + str(e.message) + "\n"
82
            message = message + "\t" + str(brand) + "\t" + str(model_name) + "\t" + str(model_number) + "\t" + str(e.message) + "\n"
83
    
83
    
84
    mail("build@shop2020.in", "cafe@nes", ["rajveer.singh@shop2020.in", "chandan.kumar@shop2020.in"], "Problem while adding items", message, [], [], [])    
84
    mail("build@shop2020.in", "cafe@nes", ["amit.gupta@shop2020.in", "chandan.kumar@shop2020.in"], "Problem while adding items", message, [], [], [])    
85
    print "Successfully updated the item list information."
85
    print "Successfully updated the item list information."
86
 
86
 
87
 
87
 
88
def main():
88
def main():
89
    parser = optparse.OptionParser()
89
    parser = optparse.OptionParser()