Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_sink.py

    r81f738e r6448d31  
    118118
    119119    def test_read_with(self):
    120         sink_path =get_tmp_sink_path()
     120        samplerate = 44100
     121        sink_path = get_tmp_sink_path()
    121122        vec = fvec(128)
    122123        with sink(sink_path, samplerate) as g:
    123             for i in range(10):
     124            for _ in range(10):
    124125                g(vec, 128)
    125126
Note: See TracChangeset for help on using the changeset viewer.