mirror of
https://github.com/peridotbuild/pv2.git
synced 2025-01-06 17:30:55 +00:00
not a dict
This commit is contained in:
parent
ec252d0581
commit
3145101bc7
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ class GitImport(Import):
|
|||
if not metafile_to_use:
|
||||
#print('Source: There was no metadata file found. Skipping import attempt.')
|
||||
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])
|
||||
#return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue