Skip to content

Commit

Permalink
Fixed UE plugin graph to have a broader exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLucasBrown committed Feb 9, 2021
1 parent 5fb0ea5 commit e631126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make_unreal_plugin.nxt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"os.remove(leftover_init)",
"try:",
" shutil.rmtree(leftover_pycache)",
"except FileNotFoundError:",
"except:",
" pass"
]
}
Expand Down

0 comments on commit e631126

Please sign in to comment.