We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad57296 commit e707c27Copy full SHA for e707c27
PythonScript/python_tests/tests/test_NotepadWrapperTestCase.py
@@ -461,6 +461,7 @@ def test_nppCommandLineDir(self):
461
cur_dir = notepad.getNppDir()
462
commandLine = notepad.getCommandLine()
463
464
+ commandLine = commandLine.lstrip('\"')
465
nppExe = shlex.split(commandLine, posix=False)[0]
466
nppDirOfExe = os.path.dirname(nppExe)
467
if nppDirOfExe:
0 commit comments