Fix lint problem in xanes.io.py
This commit is contained in:
parent
092ecfa380
commit
67ba03dc0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue