♻️ remove unused variable

This commit is contained in:
Ondrej Samohel 2023-08-22 15:43:48 +02:00
parent 92165f521e
commit c2b49a897e
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -227,7 +227,6 @@ class UnrealPrelaunchHook(PreLaunchHook):
if not project_file.is_file():
with tempfile.TemporaryDirectory() as temp_dir:
temp_path = Path(temp_dir) / unreal_project_filename
self.exec_ue_project_gen(engine_version,
unreal_project_name,
engine_path,