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: