Commit bde11e9b49675c8bba7112d7e299cf7b9fb5c71a

Authored by Etienne Pallier
1 parent 191e464c
Exists in dev

bugfix oublié un chevron HEAD

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/agent/Agent.py
@@ -681,7 +681,6 @@ class Agent: @@ -681,7 +681,6 @@ class Agent:
681 TODO: 681 TODO:
682 only si date fichier xml changée => en RAM, un objet Config avec méthodes d'accès, appelle le parser de AK (classe Config.py indépendante) 682 only si date fichier xml changée => en RAM, un objet Config avec méthodes d'accès, appelle le parser de AK (classe Config.py indépendante)
683 """ 683 """
684 -<<<<<<< HEAD  
685 self.printd("Loading the config file...") 684 self.printd("Loading the config file...")
686 self.config.load() 685 self.config.load()
687 if self.config.get_last_errno() != self.config.NO_ERROR: 686 if self.config.get_last_errno() != self.config.NO_ERROR: