mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
no-issue: Remove unused variable in getpath.py (gh-111372)
This commit is contained in:
parent
7f9a99e854
commit
74f0772892
1 changed files with 0 additions and 2 deletions
|
@ -238,8 +238,6 @@ platstdlib_dir = None
|
|||
# CALCULATE program_name
|
||||
# ******************************************************************************
|
||||
|
||||
program_name_was_set = bool(program_name)
|
||||
|
||||
if not program_name:
|
||||
try:
|
||||
program_name = config.get('orig_argv', [])[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue