We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f2668 commit 43b3e99Copy full SHA for 43b3e99
python/paddle/hapi/hub.py
@@ -43,8 +43,8 @@ def _import_module(name, repo_dir):
43
except ImportError:
44
sys.path.remove(repo_dir)
45
raise RuntimeError(
46
- 'Cannot import `{}`, please make sure `{}`.py in repo root dir'.
47
- format(name, name))
+ 'Please make sure config exists or repo error messages above fixed when importing'
+ )
48
49
50
0 commit comments