add some handling for copying root items

This commit is contained in:
tibbi
2017-09-04 19:48:31 +02:00
parent 794f6cc462
commit 9f69360004
2 changed files with 32 additions and 2 deletions

View File

@ -75,6 +75,7 @@ class RootHelpers {
super.commandCompleted(id, exitcode)
}
}
try {
RootTools.getShell(true).add(command)
} catch (e: Exception) {