Fix Codacy issues

This commit is contained in:
Raman 2017-09-06 14:56:13 -04:00
parent 942d703d33
commit 13e23cc24e

View File

@ -151,7 +151,7 @@ class ContactAnalyzer(general.AndroidComponentAnalyzer):
# create relationship between accounts # create relationship between accounts
Case.getCurrentCase().getSleuthkitCase().getCommunicationsManager().addRelationships(deviceAccount, [contactAccount], artifact); Case.getCurrentCase().getSleuthkitCase().getCommunicationsManager().addRelationships(deviceAccount, [contactAccount], artifact);
oldName = name oldName = name
bbartifacts.append(artifact) bbartifacts.append(artifact)