Skip to content

Commit ae418c0

Browse files
committed
updates
1 parent 8bd71d3 commit ae418c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brainpy/check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252
if brainpylib.__version__ < _BRAINPYLIB_MINIMAL_VERSION:
5353
raise PackageMissingError(
54-
f'brainpy need "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}". \n'
54+
f'\nbrainpy need "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}". \n'
5555
f'Please install it through:\n\n'
5656
f'>>> pip install brainpylib -U'
5757
)
5858

5959
del brainpylib
6060
except ModuleNotFoundError:
6161
raise PackageMissingError(
62-
f'brainpy need "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}". \n'
62+
f'\nbrainpy need "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}". \n'
6363
f'Please install "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}" through:\n\n'
6464
f'>>> pip install brainpylib'
6565
)

0 commit comments

Comments
 (0)