not a dict

This commit is contained in:
Louis Abel 2024-04-10 08:49:16 -07:00
parent ec252d0581
commit 3145101bc7
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -788,7 +788,7 @@ class GitImport(Import):
if not metafile_to_use: if not metafile_to_use:
#print('Source: There was no metadata file found. Skipping import attempt.') #print('Source: There was no metadata file found. Skipping import attempt.')
print('Source: There was no metadata file found. Import may not work correctly.') print('Source: There was no metadata file found. Import may not work correctly.')
metafile_to_use = {} metafile_to_use = ''
#self.perform_cleanup([source_git_repo_path, dest_git_repo_path]) #self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
#return False #return False