tsteuer лет назад: 5
Родитель
Сommit
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: