We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicode_to_ascii.py
1 parent aa4ae7b commit 9518146Copy full SHA for 9518146
utilities/unicode_to_ascii.py
@@ -68,4 +68,4 @@ def unicode_to_ascii(root_directory: str) -> None:
68
if __name__ == "__main__":
69
os.chdir(os.path.dirname(__file__))
70
71
- unicode_to_ascii(os.path.join("..", "colour_checker_detection"))
+ unicode_to_ascii(os.path.join("..", "colour_datasets"))
0 commit comments