Skip to content

Commit

Permalink
no-issue: Remove unused variable in getpath.py (pythongh-111372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satishpokala124 committed Oct 27, 2023
1 parent 7f9a99e commit 74f0772
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Modules/getpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ def search_up(prefix, *landmarks, test=isfile):
# CALCULATE program_name
# ******************************************************************************

program_name_was_set = bool(program_name)

if not program_name:
try:
program_name = config.get('orig_argv', [])[0]
Expand Down

0 comments on commit 74f0772

Please sign in to comment.