mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
csharp: fix log string to describe the error correctly
This commit is contained in:
parent
1b98ec70f4
commit
265a5c0df0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ if __name__ == "__main__":
|
|||
|
||||
not_generated = expected_files - generated
|
||||
if not_generated:
|
||||
print("Following files were generated but not listed:\n %s" %
|
||||
print("Following files were listed but not generated:\n %s" %
|
||||
'\n '.join(["'%s/%s'," % (m.split(os.path.sep)[-2], m.split(os.path.sep)[-1])
|
||||
for m in not_generated]))
|
||||
rcode = 1
|
||||
|
|
Loading…
Reference in a new issue