Skip to content

Commit 01c8bea

Browse files
committed
[files] updated download to use new GeoComPy return type
1 parent 7f50306 commit 01c8bea

File tree

1 file changed

+1
-1
lines changed
  • src/instrumentman/filetransfer

1 file changed

+1
-1
lines changed

src/instrumentman/filetransfer/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def run_download(
295295
)
296296
return
297297

298-
file.write(bytes.fromhex(resp_pull.params))
298+
file.write(resp_pull.params)
299299

300300
logger.info("Download complete")
301301

0 commit comments

Comments
 (0)