Skip to content

Commit f21d893

Browse files
author
Viktor Dick
committed
Hotfix: don't add option twice
1 parent 556cd5a commit f21d893

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

perfact/zodbsync/commands/record.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ def add_args(parser):
3030
'--no-recurse', action='store_true', default=False,
3131
help='Record only specified paths without recursing',
3232
)
33-
parser.add_argument(
34-
'--commit', action='store_true', default=False,
35-
help='Create generic commit after recording',
36-
)
3733
parser.add_argument(
3834
'path', type=str, nargs='*',
3935
help='Sub-Path in Data.fs to be recorded',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import setuptools
66
setuptools.setup(
77
name='perfact-zodbsync',
8-
version='3.14.0',
8+
version='3.14.1',
99
description='Zope Recorder and Playback',
1010
long_description=''' ''',
1111
author='Ján Jockusch et.al.',

0 commit comments

Comments
 (0)