mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
5 lines
91 B
Python
5 lines
91 B
Python
with open(nsfile, 'w') as f:
|
|
found = False
|
|
for line in lines:
|
|
found = True
|