Skip to content

Commit 3806b2f

Browse files
author
Kevin J Walters
committed
pylint vs whitespace
1 parent 304aa80 commit 3806b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLUE_Rock_Paper_Scissors/advanced/rps_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _init_wave_files(self, files, directory):
5757
except OSError:
5858
# OSError: [Errno 2] No such file/directory: 'filename.ext'
5959
missing.append(filename)
60-
60+
6161
# Raises an exception at the end to allow it to report ALL
6262
# of the missing files in one go to help out the user
6363
if missing:

0 commit comments

Comments
 (0)