tsteuer 5 years ago
parent
commit
90cc653e02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cdplib/db_migration/MigrationCleaning.py

+ 1 - 1
cdplib/db_migration/MigrationCleaning.py

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