anweiguo 5 달 전
부모
커밋
a3ddb55229

+ 1 - 1
evaluation_processing/analysis_report/.ipynb_checkpoints/analysis-checkpoint.py

@@ -222,7 +222,7 @@ def analysis_report():
         file_path = os.path.join(directory, filename)
         # combined_fig.write_html(f"D://usr//{filename}")
         combined_fig.write_html(file_path)
-        path = f"http://ds2:10093/data/html/{filename}"
+        path = f"http://ds2:10093/{filename}"
         success = 1
     except Exception as e:
         my_exception = traceback.format_exc()

+ 1 - 1
evaluation_processing/analysis_report/analysis.py

@@ -222,7 +222,7 @@ def analysis_report():
         file_path = os.path.join(directory, filename)
         # combined_fig.write_html(f"D://usr//{filename}")
         combined_fig.write_html(file_path)
-        path = f"http://ds2:10093/data/html/{filename}"
+        path = f"http://ds2:10093/{filename}"
         success = 1
     except Exception as e:
         my_exception = traceback.format_exc()