Skip to content

Commit 7f169b8

Browse files
Updated log info for local content provider
1 parent 8564198 commit 7f169b8

File tree

1 file changed

+1
-1
lines changed
  • repo2docker/contentproviders

1 file changed

+1
-1
lines changed

repo2docker/contentproviders/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ def fetch(self, spec, output_dir, yield_output=False):
7070
msg = "Local content provider assumes {} == {}".format(spec['path'],
7171
output_dir)
7272
assert output_dir == spec['path'], msg
73-
yield
73+
yield "Using local repo {}.\n".format(spec['path'])

0 commit comments

Comments
 (0)