This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch python-wper
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/python-wper by this push:
     new ab9a2622 mingw
ab9a2622 is described below

commit ab9a26220e8951e17e284fbe9cd9e6ca08aab87e
Author: HTHou <[email protected]>
AuthorDate: Mon Jun 24 10:17:00 2024 +0800

    mingw
---
 python/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/test.py b/python/test.py
index 52aa0a87..48eb3210 100644
--- a/python/test.py
+++ b/python/test.py
@@ -23,7 +23,7 @@ import unittest as ut
 import numpy as np
 import pandas as pd
 if platform.system() == "Windows":
-  os.add_dll_directory(os.path.join(os.path.dirname(__file__), "rsfile"))
+  os.add_dll_directory(os.path.join(os.path.dirname(__file__), "tsfile"))
 import tsfile as ts
 
 TABLE_NAME = "test_table"

Reply via email to