Skip to content

Commit 2f323dd

Browse files
committed
upd
1 parent a914d75 commit 2f323dd

File tree

5 files changed

+4
-17
lines changed

5 files changed

+4
-17
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.vscode
2+
.pytest_cache
3+
.hypothesis

.pytest_cache/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.pytest_cache/v/cache/nodeids

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run():
3737
add_args.append('.')
3838
debug(git(['checkout', '-b', branch]))
3939
debug(git(add_args))
40-
debug(git(['commit', '-m', commit_message], retcode=1))
40+
debug(git(['commit', '-m', commit_message], retcode=None))
4141
debug(git(['push', '--follow-tags', '--set-upstream', 'origin', branch]))
4242

4343
if __name__ == '__main__':

0 commit comments

Comments
 (0)