Skip to content

Commit

Permalink
fix(tagged): commit_message error
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-filho committed May 22, 2019
1 parent 8ea9c60 commit df8b1f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.16
3.4.17
1 change: 1 addition & 0 deletions commit_helper/utils/flag_commit_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
def convention_flag_handler(args, debug_mode):
convention = str(args.convention)
debug('convention flag', convention, debug_mode)
commit_message = ''

if convention == 'message':
if args.message is not '':
Expand Down
1 change: 1 addition & 0 deletions commit_helper/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def validate_commiter_file(stream_file): # pragma: no cover

def handle_conventioned_commit(convention, args):
tag, message = handle_tag_message_args(args.tag, args.message)
commit_message = ''

if convention == 'angular' or convention == 'karma':
context = handle_context_arg(args.context)
Expand Down

0 comments on commit df8b1f2

Please # to comment.