mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
[Nit] Properly Display Lang Comment Representation
This commit is contained in:
parent
2b544399f8
commit
c7a3fd44e7
@ -291,7 +291,7 @@ if __name__ == '__main__':
|
||||
print(f'NEW! {file}:{c.lineno}: {arg!r}')
|
||||
|
||||
for old in set(template) ^ seen:
|
||||
print(f'No longer used: {old}')
|
||||
print(f'No longer used: {old!r}')
|
||||
|
||||
elif args.json:
|
||||
to_print_data = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user