Skip to content

Commit

Permalink
delet ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoda-Canada committed Oct 16, 2021
1 parent 9164e63 commit 2221b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nirjas/binder.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def extractAssignedString(file):
'''
content = []
regex = r'(?<=(=\s*[\'\"]))(.*?)(?=[\'\"])'
total_lines, line_of_assignedString = 0, 0,
total_lines, line_of_assignedString = 0, 0
with open(file) as f:
for line_number, line in enumerate(f, start=1):
total_lines += 1
Expand Down

0 comments on commit 2221b4f

Please sign in to comment.