Commit dfda321e85220fb16901464ee38453ad3a526fe0
1 parent
1d6693bd
Exists in
dev
Remove modetest paramter for check_contexts in Agent
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/pyros_django/majordome/agent/Agent.py
... | ... | @@ -3467,7 +3467,7 @@ class Agent: |
3467 | 3467 | |
3468 | 3468 | |
3469 | 3469 | |
3470 | - def check_contexts(self, modetest:bool, loginfo:bool): | |
3470 | + def check_contexts(self, loginfo:bool): | |
3471 | 3471 | for fcname in self.fn.fcontexts: |
3472 | 3472 | self.fn.fcontext = fcname |
3473 | 3473 | if self.is_in_test_mode(): | ... | ... |