Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-2388

db_setup is not using counTries properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • master
    • None
    • admin
    • None

    Description

      line 300:

       

      while(isSchemaCreated==False or countTries<2):
       
      

       

      should read

       

      while(isSchemaCreated==False and countTries<2):

      Attachments

        Activity

          People

            pradeep Pradeep Agrawal
            bolke Bolke de Bruin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: