Core: Two Small Fixes (#3782)

This commit is contained in:
Exempt-Medic
2024-08-13 12:02:09 -04:00
committed by GitHub
parent 50330cf32f
commit dcaa2f7b97
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ def run_gui():
if file and component:
run_component(component, file)
else:
logging.warning(f"unable to identify component for {filename}")
logging.warning(f"unable to identify component for {file}")
def _stop(self, *largs):
# ran into what appears to be https://groups.google.com/g/kivy-users/c/saWDLoYCSZ4 with PyCharm.