Skip to content
Permalink
Browse files
Update fileCheck.py
Fixed indentation error
  • Loading branch information
jonesd37 committed Nov 24, 2017
1 parent 96d2b6f commit 1c056c11c93a995fedb08ebfa05ad870d2e14951
Showing 1 changed file with 1 addition and 1 deletion.
@@ -23,4 +23,4 @@ def getLineNumber(phrase):
with open('dataData.txt') as f:
for i, line in enumerate(f, 1):
if phrase in line:
return i
return i

0 comments on commit 1c056c1

Please sign in to comment.