tsteuer 5 年之前
父节点
当前提交
90cc653e02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cdplib/db_migration/MigrationCleaning.py

+ 1 - 1
cdplib/db_migration/MigrationCleaning.py

@@ -357,7 +357,7 @@ class MigrationCleaning:
                                         .format(column)))
 
                 elif python_type == str:
-
+                    print('convert string str to object')
                     python_type = object
 
                 else: