We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d0936 commit c4abb10Copy full SHA for c4abb10
idom/client/manage.py
@@ -41,7 +41,7 @@ def web_module_names() -> Set[str]:
41
if Path("common") in rel_pth.parents:
42
continue
43
module_path = str(rel_pth.as_posix())
44
- if module_path.endswith('.js'):
+ if module_path.endswith(".js"):
45
module_path = module_path[:-3]
46
names.append(module_path)
47
return set(names)
0 commit comments