Changes between Initial Version and Version 1 of Ticket #64325, comment 3


Ignore:
Timestamp:
Jan 1, 2022, 7:00:53 PM (3 years ago)
Author:
jasonliu-- (Jason Liu)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64325, comment 3

    initial v1  
    22> Try that. All options are lists, so some characters need to be quoted in them, one of which is spaces. Since this option is only expected to contain a single path, using `join` to flatten the list into a string should work fine. There was also some missing quoting in shell commands that would have caused problems with filenames containing spaces.
    33
    4 It works, thanks Josh! Although I do agree with Ryan's comment in the GH commit about echoing the values untransformed in the {{{return -code error}}} statements.
     4It works, thanks Josh! Although I do agree with Ryan's comment in the GH commit, it's probably better to echo the values untransformed in the {{{return -code error}}} statements.