diff --git a/build/make_unreal_plugin.nxt b/build/make_unreal_plugin.nxt index 638ef59..6e02431 100644 --- a/build/make_unreal_plugin.nxt +++ b/build/make_unreal_plugin.nxt @@ -52,7 +52,7 @@ "os.remove(leftover_init)", "try:", " shutil.rmtree(leftover_pycache)", - "except FileNotFoundError:", + "except:", " pass" ] }