Skip to content

Commit 0e4e478

Browse files
committed
fix logger bug
1 parent ff3d2c0 commit 0e4e478

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def export_scan(uid, binning=4, filepath=""):
173173
f"Export function {export_function} for scan type {scan_type} not found."
174174
)
175175
#globals()[export_function](run, binning=binning, filepath=filepath)
176+
logger = get_run_logger()
176177
logger.info(f"File path : {export_function} and Filepath: {filepath}")
177178

178179

0 commit comments

Comments
 (0)