Spaces:
Sleeping
Sleeping
Update chunk_python_code.py
Browse files- chunk_python_code.py +1 -1
chunk_python_code.py
CHANGED
@@ -13,7 +13,7 @@ def chunk_python_code_with_metadata(source_code, source):
|
|
13 |
# Determine usage based on the source path
|
14 |
if source.startswith("kadi_apy/lib/"):
|
15 |
usage = "python library"
|
16 |
-
elif source.startswith("kadi_apy/cli/commands/")
|
17 |
usage = "command line interface"
|
18 |
elif source.startswith("kadi_apy/cli/"):
|
19 |
usage = "python cli library"
|
|
|
13 |
# Determine usage based on the source path
|
14 |
if source.startswith("kadi_apy/lib/"):
|
15 |
usage = "python library"
|
16 |
+
elif source.startswith("kadi_apy/cli/commands/"):
|
17 |
usage = "command line interface"
|
18 |
elif source.startswith("kadi_apy/cli/"):
|
19 |
usage = "python cli library"
|