Commit 9a69dff3 authored by Immortalin's avatar Immortalin

Fix typo

parent fae638c4
...@@ -451,7 +451,7 @@ if __name__ == "__main__": ...@@ -451,7 +451,7 @@ if __name__ == "__main__":
elif os.path.isdir(os.path.join(os.path.pardir, "google-closure-library")): elif os.path.isdir(os.path.join(os.path.pardir, "google-closure-library")):
# When Closure is installed by npm, it is named "google-closure-library". # When Closure is installed by npm, it is named "google-closure-library".
calcdeps = import_path(os.path.join( calcdeps = import_path(os.path.join(
os.path.pardir, "closure-library", "closure", "bin", "calcdeps.py")) os.path.pardir, "google-closure-library", "closure", "bin", "calcdeps.py"))
# print("Error: Closure directory needs to be renamed from" # print("Error: Closure directory needs to be renamed from"
# "'google-closure-library' to 'closure-library'.\n" # "'google-closure-library' to 'closure-library'.\n"
# "Please rename this directory.") # "Please rename this directory.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment