mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +00:00
Fix whitespace
This commit is contained in:
parent
b05c068e40
commit
a61b7b9bca
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
[Directories]
|
||||
Output = /path/to/directory
|
||||
Output = D:\Desktop\Gamecard
|
||||
|
|
|
@ -636,7 +636,7 @@ def usbGetDeviceEndpoints() -> bool:
|
|||
if not g_cliMode:
|
||||
utilsLogException(traceback.format_exc())
|
||||
|
||||
g_logger.error('Fatal error ocurred while enumerating USB devices.')
|
||||
g_logger.error('Fatal error occurred while enumerating USB devices.')
|
||||
|
||||
if g_isWindows:
|
||||
g_logger.error('Try reinstalling the libusbK driver using Zadig.')
|
||||
|
|
|
@ -21,4 +21,4 @@ rmdir /s /q nxdt_host.dist
|
|||
rmdir /s /q nxdt_host.onefile-build
|
||||
rmdir /s /q standalone
|
||||
|
||||
pause
|
||||
pause
|
Loading…
Reference in a new issue