FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix NameError (next_indentation). · bpython/bpython@590ff55 · GitHub

Commit 590ff55

Browse files
committed
Fix NameError (next_indentation).
1 parent c5896bd commit 590ff55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ def reevaluate(self):
10471047
self.iy, self.ix = self.scr.getyx()
10481048

10491049
self.cpos = 0
1050-
indent = next_indentation(self.s, self.config.tab_length)
1050+
indent = repl.next_indentation(self.s, self.config.tab_length)
10511051
self.s = ''
10521052
self.scr.refresh()
10531053

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL