diff --git a/python/src/mas/cli/update/app.py b/python/src/mas/cli/update/app.py index 80bfca9293..f356180217 100644 --- a/python/src/mas/cli/update/app.py +++ b/python/src/mas/cli/update/app.py @@ -68,7 +68,7 @@ def update(self, argv): self.setParam(key, value) # Arguments that we don't need to do anything with - elif key in ["skip_pre_check", "no_confirm", "help"]: + elif key in [ "no_confirm", "help"]: pass # Fail if there's any arguments we don't know how to handle