There was an error while loading. Please reload this page.
1 parent ff3d2c0 commit 0e4e478Copy full SHA for 0e4e478
1 file changed
export.py
@@ -173,6 +173,7 @@ def export_scan(uid, binning=4, filepath=""):
173
f"Export function {export_function} for scan type {scan_type} not found."
174
)
175
#globals()[export_function](run, binning=binning, filepath=filepath)
176
+ logger = get_run_logger()
177
logger.info(f"File path : {export_function} and Filepath: {filepath}")
178
179
0 commit comments