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.
2 parents 8564198 + 7f169b8 commit abe256dCopy full SHA for abe256d
repo2docker/contentproviders/base.py
@@ -70,4 +70,4 @@ def fetch(self, spec, output_dir, yield_output=False):
70
msg = "Local content provider assumes {} == {}".format(spec['path'],
71
output_dir)
72
assert output_dir == spec['path'], msg
73
- yield
+ yield "Using local repo {}.\n".format(spec['path'])
0 commit comments