You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error with the following command:
$ python sms_db_importer.py data/mmssms.db data/android.db
is Android
Traceback (most recent call last):
File "sms_db_importer.py", line 297, in
sms_main()
File "sms_db_importer.py", line 50, in sms_main
texts += new_texts
UnboundLocalError: local variable 'new_texts' referenced before assignment
By the way, the new_texts variable is not set if the code moves to the "elif "sms" in tableNames" case.
regards,
Damien
The text was updated successfully, but these errors were encountered:
hello,
I get an error with the following command:
$ python sms_db_importer.py data/mmssms.db data/android.db
is Android
Traceback (most recent call last):
File "sms_db_importer.py", line 297, in
sms_main()
File "sms_db_importer.py", line 50, in sms_main
texts += new_texts
UnboundLocalError: local variable 'new_texts' referenced before assignment
By the way, the new_texts variable is not set if the code moves to the "elif "sms" in tableNames" case.
regards,
Damien
The text was updated successfully, but these errors were encountered: