pystitcher icon indicating copy to clipboard operation
pystitcher copied to clipboard

Fix current working directory hack

Open captn3m0 opened this issue 4 years ago • 0 comments

Currently, we switch our CWD to the markdown file directory, and don't reset it back. Playing around with chdir is bad and causes issues.

Fix this to instead use paths relative from the markdown file directory.

captn3m0 avatar Jul 03 '21 22:07 captn3m0