Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
fanchercm committed Oct 11, 2024
1 parent 95a9b91 commit 34511ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrs/interface/peak_fitting/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def __parse_working_files(self, project_file=""):
return project_file[0].split('HB2B')[0] + ''.join(['HB2B_{} '.format(run.split('.')[0].split('_')[-1])
for run in project_file])
else:
return project_file
return project_file

0 comments on commit 34511ce

Please sign in to comment.