ttnn-visualizer 0.57.0__py3-none-any.whl → 0.58.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -210,9 +210,7 @@ class SSHClient:
210
210
  detail=raw_error,
211
211
  )
212
212
 
213
- def read_file(
214
- self, remote_path: Union[str, Path], timeout: int = 30
215
- ) -> Optional[bytes]:
213
+ def read_file(self, remote_path: str, timeout: int = 30) -> Optional[bytes]:
216
214
  """
217
215
  Read a remote file using SSH cat command.
218
216
 
@@ -229,7 +227,6 @@ class SSHClient:
229
227
  return result.encode("utf-8")
230
228
  except SSHException as e:
231
229
  if "No such file" in str(e) or "cannot open" in str(e):
232
- logger.error(f"File not found or cannot be read: {path}")
233
230
  return None
234
231
  raise
235
232
 
@@ -1 +1 @@
1
- import{I as s}from"./index-CnPrfHYh.js";import{I as r}from"./index-Cnc1EkDo.js";import{p as n,I as c}from"./index-Sc99nrOV.js";function p(t,a){const o=n(t);return a===c.STANDARD?s[o]:r[o]}export{s as IconSvgPaths16,r as IconSvgPaths20,p as getIconPaths};
1
+ import{I as s}from"./index-CnPrfHYh.js";import{I as r}from"./index-Cnc1EkDo.js";import{p as n,I as c}from"./index-CngrXqdZ.js";function p(t,a){const o=n(t);return a===c.STANDARD?s[o]:r[o]}export{s as IconSvgPaths16,r as IconSvgPaths20,p as getIconPaths};
@@ -0,0 +1,2 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-Wr4Oan2O.js","assets/index-CnPrfHYh.js","assets/index-Cnc1EkDo.js","assets/index-CngrXqdZ.js","assets/index-DBByweGW.css"])))=>i.map(i=>d[i]);
2
+ import{_ as e}from"./index-CngrXqdZ.js";const s=async(t,a)=>{const{getIconPaths:o}=await e(async()=>{const{getIconPaths:r}=await import("./allPaths-Wr4Oan2O.js");return{getIconPaths:r}},__vite__mapDeps([0,1,2,3,4]));return o(t,a)};export{s as allPathsLoader};