Skip to content

Commit

Permalink
Update SConscript.py: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StenGruener authored Nov 29, 2023
1 parent c2b2f63 commit e552f59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SCons/Script/SConscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ def _SConscript(fs, *files, **kw):
if SCons.Debug.sconscript_trace:
print("scons: Exiting "+str(scriptname))
except SConscriptReturn:
print("scons: Exiting "+str(scriptname))
if SCons.Debug.sconscript_trace:
print("scons: Exiting "+str(scriptname))
else:
pass
finally:
if Main.print_time:
elapsed = time.perf_counter() - start_time
Expand Down

0 comments on commit e552f59

Please sign in to comment.