Skip to content

Commit abe256d

Browse files
authored
Merge pull request #551 from GladysNalvarte/loginfo_local_repo
Updated log info for local content provider
2 parents 8564198 + 7f169b8 commit abe256d

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)