Fixed folder setting

This commit is contained in:
Maboroshy 2017-09-17 12:18:25 +04:00 committed by GitHub
parent 8d95e5fa81
commit b1f69fec92
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,7 @@ Script {
var args = [pyScriptPath,
'--inbox', inboxPath,
'--folder', script.currentNoteFolderPath(),
'--folder', noteFolder,
'--marker', tagMarker]
if (scanFolder == true) {
@ -112,6 +112,7 @@ Script {
}
script.startDetachedProcess(pyCommand, args)
script.log(pyCommand + ' ' + args)
script.log('Processing inbox...')
}