Skip to content

Commit

Permalink
Replayced JavaScript call (issue #7) with Python equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
broersen committed Nov 18, 2016
1 parent 48b7730 commit f0dd188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Window {
Box "File Set Selection" {
layout = Vertical
expandY = No
droppedFileCommand = "*js: ctx.field("rootPath").value = arguments[0]; *"
droppedFileCommand = "*py: ctx.field("rootPath").value = args[0] *"
Field rootPath {
title = "Root Path:"
trim = center
Expand Down

0 comments on commit f0dd188

Please sign in to comment.