From 67ba03dc0c70d194348135cb8b62a17783b2f3f8 Mon Sep 17 00:00:00 2001 From: rasmusvt Date: Fri, 8 Apr 2022 14:30:05 +0200 Subject: [PATCH] Fix lint problem in xanes.io.py --- nafuma/xanes/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nafuma/xanes/io.py b/nafuma/xanes/io.py index 527f300..0633177 100644 --- a/nafuma/xanes/io.py +++ b/nafuma/xanes/io.py @@ -3,7 +3,7 @@ import matplotlib.pyplot as plt import os import numpy as np -def split_xanes_scan(root, destination=None, replace=False): +def split_xanes_scan(filename, destination=None, replace=False): #root is the path to the beamtime-folder #destination should be the path to the processed data