Skip to content

Commit

Permalink
Merge pull request #25 from mimi1vx/reject
Browse files Browse the repository at this point in the history
Set required parameters in reject command
  • Loading branch information
mergify[bot] committed Apr 24, 2023
2 parents d45428b + c26338e commit 420bf95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oscqam/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
1 change: 1 addition & 0 deletions oscqam/cli_reject.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def run(self, args):
)
if reasons == self.SUBQUERY_QUIT:
return
self.set_required_params(args)
template_skip: bool = False if args.skip_template else True
action = RejectAction(
self.api,
Expand Down

0 comments on commit 420bf95

Please sign in to comment.