Skip to content

Commit

Permalink
Fix error message text in cmpcodesize script
Browse files Browse the repository at this point in the history
Swift SVN r25685
  • Loading branch information
eeckstein committed Mar 2, 2015
1 parent c5b1ebb commit d99d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cmpcodesize
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def main():

for file in (oldFiles + newFiles):
if not os.path.isfile(file):
sys.exit("file #{file} not found")
sys.exit("file " + file + " not found")

if listFunctions:
if allSections or listCategories:
Expand Down

0 comments on commit d99d079

Please sign in to comment.