Skip to content

Commit

Permalink
fixup! Fix thies processing
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Oct 18, 2024
1 parent 600ae06 commit 1fb376d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudnetpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ def _process_instrument_product(
concat_file = str(Path(tmpdir) / "tmp.txt")
concatenate_text_files(input_files, concat_file)
input_files = concat_file
else:
input_files = input_files[0]
case ("lidar", _id) if "pollyxt" in _id:
fun = instruments.pollyxt2nc
case ("lidar", _id) if "chm" in _id:
Expand Down

0 comments on commit 1fb376d

Please sign in to comment.