Updated log info for local content provider

pull/551/head
Gladys Nalvarte 2019-01-10 11:48:29 +01:00
rodzic 8564198352
commit 7f169b8282
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -70,4 +70,4 @@ class Local(ContentProvider):
msg = "Local content provider assumes {} == {}".format(spec['path'],
output_dir)
assert output_dir == spec['path'], msg
yield
yield "Using local repo {}.\n".format(spec['path'])