Skip to content

Commit

Permalink
[patch] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HariPalleti committed Sep 27, 2024
1 parent 0537930 commit c93e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/mas/cli/update/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c93e5ab

Please sign in to comment.