Skip to content

Commit c4e4d8f

Browse files
committed
fix to loadini() using the wrong variable name
1 parent 74c4db0 commit c4e4d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ def safeget(self, section, option, default):
17521752
return v
17531753

17541754
if len(sys.argv) > 2:
1755-
path = sys.argv[2]
1755+
configfile = sys.argv[2]
17561756
else:
17571757
configfile = os.path.expanduser('~/.bpython.ini')
17581758

0 commit comments

Comments
 (0)