Skip to content
Snippets Groups Projects
Commit f2dae751 authored by Joe Hershberger's avatar Joe Hershberger Committed by Masahiro Yamada
Browse files

tools: moveconfig: Fix another typo

parent e307fa9d
Branches
Tags
No related merge requests found
...@@ -608,7 +608,7 @@ class Slot: ...@@ -608,7 +608,7 @@ class Slot:
This function makes sure the temporary directory is cleaned away This function makes sure the temporary directory is cleaned away
even if Python suddenly dies due to error. It should be done in here even if Python suddenly dies due to error. It should be done in here
because it is guranteed the destructor is always invoked when the because it is guaranteed the destructor is always invoked when the
instance of the class gets unreferenced. instance of the class gets unreferenced.
If the subprocess is still running, wait until it finishes. If the subprocess is still running, wait until it finishes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment