Skip to content

Commit

Permalink
Merge pull request #189 from skyworksinc/master
Browse files Browse the repository at this point in the history
Fix initialization failure bug in pyShowLog
  • Loading branch information
nielsbuwen authored Aug 2, 2022
2 parents 24762fa + 68e6d60 commit 4b4b39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skillbridge/server/python_server.il
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let((_filename _baseName _moduleFolder _logDirectory _executable)

putd('pyShowLog nil)
defun(pyShowLog (@optional (length 20) "x")
let((fin line (lines declare(lines[length]) (ptr 0)))
let((fin line (lines declare(lines[length])) (ptr 0))
fin = infile(pyShowLog.logName)

while(gets(line fin)
Expand Down

0 comments on commit 4b4b39c

Please sign in to comment.