From f6740c486780c498a030f4f891e3e6a1697af3d0 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Oct 16 2018 09:11:49 +0000 Subject: Fix a comment according to relative code Signed-off-by: Chenxiong Qi --- diff --git a/module_build_service/mmd_resolver.py b/module_build_service/mmd_resolver.py index 2b9673f..4a10fc1 100644 --- a/module_build_service/mmd_resolver.py +++ b/module_build_service/mmd_resolver.py @@ -154,7 +154,7 @@ class MMDResolver(object): # comments for more info. Therefore we use list to store them. solvables = [] if c is not None: - # If context is not set, the module we are adding should be used as dependencies + # If context is set, the module we are adding should be used as dependencies # for input module. Therefore add it in "available_repo". solvable = self.available_repo.add_solvable()