Process.get_datastream_files crashes starting in v3.14.0
Starting in 3.14.0 the method signature to get_datastream_files
in adi_py/utils.py
changed to accept a dsid: int
instead of datastream_name: str
, however the calling method in process.py
was not updated. @schuman and I tracked it down to this commit: