Quasi-fixed linting issue causing automatic test to fail

This commit is contained in:
rasmusvt 2022-06-16 15:55:21 +02:00
parent bac137042e
commit 2baa765806

View file

@ -8,6 +8,9 @@ def split_xanes_scan(root, destination=None, replace=False):
#destination should be the path to the processed data
#insert a for-loop to go through all the folders.dat-files in the folder root\xanes\raw
# FIXME Only adding this variable to pass the Linting-tests - will refactor this later
filename = 'dummy'
with open(filename, 'r') as f:
lines = f.readlines()