mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 19:54:09 +00:00
get rid of this noise
This commit is contained in:
parent
23d1d76242
commit
f4a1a6fd97
@ -28,10 +28,7 @@ def get_argv():
|
|||||||
use_last_error=True
|
use_last_error=True
|
||||||
)(("CommandLineToArgvW", windll.shell32))
|
)(("CommandLineToArgvW", windll.shell32))
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
command_line = GetCommandLineW()
|
command_line = GetCommandLineW()
|
||||||
print("GetCommandLineW() -> {!r}".format(command_line), file=sys.stderr)
|
|
||||||
argc = c_int(0)
|
argc = c_int(0)
|
||||||
argv_unicode = CommandLineToArgvW(command_line, byref(argc))
|
argv_unicode = CommandLineToArgvW(command_line, byref(argc))
|
||||||
if argv_unicode is None:
|
if argv_unicode is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user