Skip to content

Commit 0e01121

Browse files
Fix pycodestyle bug
1 parent caff242 commit 0e01121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mccd/auxiliary_fun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ def fit_models(self):
17791779
starcat = fits.open(input_path)[self.fits_table_pos]
17801780
except IndexError:
17811781
# Probably the `self.fits_table_pos` of the input catalogue
1782-
# differs from the `self.fits_table_pos` of the
1782+
# differs from the `self.fits_table_pos` of the
17831783
# preprocessed data.
17841784
starcat = fits.open(input_path)[1]
17851785
else:

0 commit comments

Comments
 (0)