Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pilot 4951: Update the logic of upload command for root level folder(eg. users, shared) #134

Merged
merged 19 commits into from
Apr 25, 2024
Merged
6 changes: 3 additions & 3 deletions app/resources/custom_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class HelpPage:
page = {
'update': {
'version': pkg_resources.get_distribution('app').version,
'1': 'Add new feature for folder merging',
'2': 'Secure the config file',
'3': 'Optimize logic, input and error message',
'1': 'Add a new feature for file metadata downloading.',
'2': 'Add a new feature for file moving/renaming.',
'3': 'Support shared folder within project.',
},
'dataset': {
'DATASET_DOWNLOAD': 'Download a dataset or a particular version of a dataset.',
Expand Down
Loading