|
|
@@ -951,7 +951,7 @@ def cmd_container(options): |
|
|
|
good, bad = validate_file(i) |
|
|
|
|
|
|
|
if bad: |
|
|
|
print('Warning, incomple/invalid files, not added:', |
|
|
|
print('Warning, incomple/invalid files, not added for %s:' % repr(i), |
|
|
|
file=sys.stderr) |
|
|
|
print('\n'.join('\t%s' % |
|
|
|
repr(str(pathlib.Path(*x.parts[1:]))) for x in |
|
|
|