ttnn-visualizer 0.37.1__py3-none-any.whl → 0.38.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.
@@ -76,10 +76,11 @@ def save_uploaded_files(
76
76
  scanned_files = scan_uploaded_files(files, base_directory, parent_folder_name)
77
77
 
78
78
  for temp_path, dest_path in scanned_files:
79
- if dest_path.parent.exists():
79
+ if not dest_path.parent.exists():
80
80
  dest_path.parent.mkdir(exist_ok=True, parents=True)
81
81
 
82
82
  logger.info(f"Saving uploaded file (clean): {dest_path}")
83
+
83
84
  shutil.move(temp_path, dest_path)
84
85
  else:
85
86
  for file in files:
@@ -1 +1 @@
1
- import{I as n}from"./index-BKzgFDAn.js";import{I as e}from"./index-BvSuWPlB.js";import{p as r,I as s}from"./index-wX7GhuKE.js";function I(o,t){var a=r(o);return t===s.STANDARD?n[a]:e[a]}function p(o){return r(o)}export{n as IconSvgPaths16,e as IconSvgPaths20,I as getIconPaths,p as iconNameToPathsRecordKey};
1
+ import{I as n}from"./index-BKzgFDAn.js";import{I as e}from"./index-BvSuWPlB.js";import{p as r,I as s}from"./index-BiMAOnbx.js";function I(o,t){var a=r(o);return t===s.STANDARD?n[a]:e[a]}function p(o){return r(o)}export{n as IconSvgPaths16,e as IconSvgPaths20,I as getIconPaths,p as iconNameToPathsRecordKey};
@@ -1,2 +1,2 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-BaKDx9R3.js","assets/index-BKzgFDAn.js","assets/index-BvSuWPlB.js","assets/index-wX7GhuKE.js","assets/index-je2tF5Bg.css"])))=>i.map(i=>d[i]);
2
- import{_ as o,a as n,b as i}from"./index-wX7GhuKE.js";var _=function(e,a){return o(void 0,void 0,void 0,function(){var t;return n(this,function(r){switch(r.label){case 0:return[4,i(()=>import("./allPaths-BaKDx9R3.js"),__vite__mapDeps([0,1,2,3,4]))];case 1:return t=r.sent().getIconPaths,[2,t(e,a)]}})})};export{_ as allPathsLoader};
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-reGx0K25.js","assets/index-BKzgFDAn.js","assets/index-BvSuWPlB.js","assets/index-BiMAOnbx.js","assets/index-BJweZJCB.css"])))=>i.map(i=>d[i]);
2
+ import{_ as o,a as n,b as i}from"./index-BiMAOnbx.js";var _=function(e,a){return o(void 0,void 0,void 0,function(){var t;return n(this,function(r){switch(r.label){case 0:return[4,i(()=>import("./allPaths-reGx0K25.js"),__vite__mapDeps([0,1,2,3,4]))];case 1:return t=r.sent().getIconPaths,[2,t(e,a)]}})})};export{_ as allPathsLoader};