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

bad readme heuristics #54

Open
ntlhui opened this issue Jun 10, 2023 · 2 comments · May be fixed by #55
Open

bad readme heuristics #54

ntlhui opened this issue Jun 10, 2023 · 2 comments · May be fixed by #55
Assignees
Labels
bug Something isn't working

Comments

@ntlhui
Copy link
Contributor

ntlhui commented Jun 10, 2023

If we add both readme.md and readme.txt to a dataset, we still get a failed validity check.

Discovered in e034866

@ntlhui ntlhui added the bug Something isn't working label Jun 10, 2023
@ntlhui ntlhui self-assigned this Jun 10, 2023
@ntlhui
Copy link
Contributor Author

ntlhui commented Jun 10, 2023

Relevant traceback:

 e4edm push \\e4e-nas.ucsd.edu\data_archive\
  File "D:\workspace\e4e\e4e_tools\e4e-data-management\.venv\Scripts\e4edm-script.py", line 33, in <module>
    sys.exit(load_entry_point('e4e-data-management', 'console_scripts', 'e4edm')())
  File "d:\workspace\e4e\e4e_tools\e4e-data-management\e4e_data_management\cli.py", line 366, in main
Traceback (most recent call last):
  File "D:\workspace\e4e\e4e_tools\e4e-data-management\.venv\Scripts\e4edm-script.py", line 33, in <module>
    sys.exit(load_entry_point('e4e-data-management', 'console_scripts', 'e4edm')())
  File "d:\workspace\e4e\e4e_tools\e4e-data-management\e4e_data_management\cli.py", line 366, in main
    DataMangerCLI().main()
  File "d:\workspace\e4e\e4e_tools\e4e-data-management\e4e_data_management\cli.py", line 232, in main
    arg_fn(**arg_dict)
  File "d:\workspace\e4e\e4e_tools\e4e-data-management\e4e_data_management\core.py", line 297, in push
    raise RuntimeError('Illegal README format')
RuntimeError: Illegal README format

@ntlhui ntlhui linked a pull request Jun 10, 2023 that will close this issue
@ntlhui
Copy link
Contributor Author

ntlhui commented Dec 16, 2024

See #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant