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: