workspace working
This commit is contained in:
5
print_lines.py
Normal file
5
print_lines.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
with open('LightRAG-main/lightrag/operate.py', 'r', encoding='utf-8') as f:
|
||||
lines = f.readlines()
|
||||
for i in range(4120, 4160):
|
||||
sys.stdout.write(f'{i}: {lines[i]}')
|
||||
Reference in New Issue
Block a user