fix(commit.py): fix typo that caused exception

issue #6 !12
This commit is contained in:
2022-01-15 12:26:48 +09:30
parent d03d9fefc9
commit 99bdc2a092

View File

@ -13,7 +13,7 @@ get_mr_title = False
project_id = ''
try:
opts, args = getopt.getopt(sys.argv[1:],"hi:t:ti:p:b",["token=", "title", "project=", "branch=""])
opts, args = getopt.getopt(sys.argv[1:],"hi:t:ti:p:b",["token=", "title", "project=", "branch="])
except getopt.GetoptError:
print('test.py [-c | --commit] [-t | --token {token}]')