no-issue: Remove unused variable in getpath.py (gh-111372)

This commit is contained in:
Satish Pokala 2023-10-27 11:55:22 +05:30 committed by GitHub
parent 7f9a99e854
commit 74f0772892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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]