Skip to content

Commit 80aefe5

Browse files
authored
fix(drivers): fixed doc string detection exit
1 parent f6871b8 commit 80aefe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscan/drivers/instrument_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def find_match(str):
455455

456456
doc_string = doc[i][4::]
457457

458-
for j in range(len(doc_string)):
458+
for j in range(len(doc)):
459459
try:
460460
doc[i + 1 + j]
461461
except:

0 commit comments

Comments
 (0)