Skip to content

Commit d210129

Browse files
committed
comment update
1 parent 45e576b commit d210129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dashboard/dashboardapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async def filescan_wasm(input_path, nosec=False):
148148
release = pypi_data.get("release")
149149

150150
if url is not None:
151-
# WASM-safe / Desktop-compatible fetch
151+
# WASM-safe
152152
if IS_PYODIDE:
153153
decoded_res = await get_package_source_wasm(url)
154154
else:

0 commit comments

Comments
 (0)