Skip to content

Commit

Permalink
FIX a few more remaining mis-spelling changed to Fed-BioMed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvesin committed May 6, 2022
1 parent 4564d28 commit d294a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fedbiomed/node/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def add_database(interactive: bool = True,
data_type is None :


print('Welcome to the Fedbiomed CLI data manager')
print('Welcome to the Fed-BioMed CLI data manager')

if interactive is True:
data_type = validated_data_type_input()
Expand Down Expand Up @@ -464,7 +464,7 @@ def register_model():
Does not modify model file.
"""

print('Welcome to the Fedbiomed CLI data manager')
print('Welcome to the Fed-BioMed CLI data manager')
name = input('Please enter a model name: ')
description = input('Please enter a description for the model: ')

Expand Down
2 changes: 1 addition & 1 deletion tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_repository_02_upload_file_open_exceptions(self):
3. a OSError due to the unability to read specified file
When those errors are triggered, `upload_file` must catch those errors and trigger instead
a FedBimedRepositoryError with the corresponding message wrt the occured error.
a FedBiomedRepositoryError with the corresponding message wrt the occured error.
"""
with self.assertRaises(FedbiomedRepositoryError):
self.r1.upload_file('/a/file/that/should/not/be/found/on/your/computer')
Expand Down

0 comments on commit d294a46

Please sign in to comment.