Skip to content

Commit 4b06314

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 0acbd94 commit 4b06314

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/diffpy/morph/morphapp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,7 @@ def single_morph(parser, opts, pargs, stdout_flag=True, python_wrap=False):
411411
"Too many arguments. Make sure you only supply FILE1 and FILE2."
412412
)
413413
elif (len(pargs) != 2 or len(pargs) != 6) and python_wrap:
414-
parser.error(
415-
"Python wrapper error."
416-
)
414+
parser.error("Python wrapper error.")
417415

418416
# Get the PDFs
419417
# If we get from python, we may wrap, which has input size 4

0 commit comments

Comments
 (0)