mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
Fixed folder setting
This commit is contained in:
parent
8d95e5fa81
commit
b1f69fec92
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,7 @@ Script {
|
||||||
|
|
||||||
var args = [pyScriptPath,
|
var args = [pyScriptPath,
|
||||||
'--inbox', inboxPath,
|
'--inbox', inboxPath,
|
||||||
'--folder', script.currentNoteFolderPath(),
|
'--folder', noteFolder,
|
||||||
'--marker', tagMarker]
|
'--marker', tagMarker]
|
||||||
|
|
||||||
if (scanFolder == true) {
|
if (scanFolder == true) {
|
||||||
|
@ -112,6 +112,7 @@ Script {
|
||||||
}
|
}
|
||||||
|
|
||||||
script.startDetachedProcess(pyCommand, args)
|
script.startDetachedProcess(pyCommand, args)
|
||||||
|
script.log(pyCommand + ' ' + args)
|
||||||
script.log('Processing inbox...')
|
script.log('Processing inbox...')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue