Quasi-fixed linting issue causing automatic test to fail
This commit is contained in:
parent
bac137042e
commit
2baa765806
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ def split_xanes_scan(root, destination=None, replace=False):
|
||||||
|
|
||||||
#insert a for-loop to go through all the folders.dat-files in the folder root\xanes\raw
|
#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:
|
with open(filename, 'r') as f:
|
||||||
lines = f.readlines()
|
lines = f.readlines()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue