Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keara-soloway committed Jun 21, 2024
1 parent 99b24df commit e7d8ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess_scanparsers/scanparsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def get_pars(self):
raise RuntimeError(f'{self.scan_title}: cannot find scan pars '
'without a "SCAN_N" column in the par file')

if self._par_file is None
if self._par_file is None:
par_files = fnmatch_filter(
os.listdir(self.scan_path),
f'{self._par_file_pattern}.par')
Expand Down

0 comments on commit e7d8ac7

Please sign in to comment.