Changeset 8ef7977 for .tests/test1.py


Ignore:
Timestamp:
2021-03-26T11:16:24Z (4 years ago)
Author:
/ <>
Children:
5bcaaa7
Parents:
d54f691
Message:

dumb morning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/test1.py

    rd54f691 r8ef7977  
    100100    debug_log = ''
    101101    while True:
    102         line = readline(debug_file)
     102        line = debug_file.readline()
    103103        if len(line) == 0:
    104104            break
Note: See TracChangeset for help on using the changeset viewer.