]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - support/scripts/check-uniq-files
support/scripts/check-uniq-files: add indices in format string
[coffee/buildroot.git] / support / scripts / check-uniq-files
index a3d176710e97fdc9784b7487dc8fffee0b4358b2..be808cce030018628cd7720ef8e01dab7b643321 100755 (executable)
@@ -5,7 +5,7 @@ import csv
 import argparse
 from collections import defaultdict
 
-warn = 'Warning: {} file "{}" is touched by more than one package: {}\n'
+warn = 'Warning: {0} file "{1}" is touched by more than one package: {2}\n'
 
 
 def main():