Skip to content

Commit

Permalink
Double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jun 21, 2021
1 parent 06d9cf8 commit 3f99e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_releaser/npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def build_dist(package, dist_dir):

if osp.isdir(package):
basedir = package
tarball = osp.join(package, util.run("npm pack", cwd=package).split('\n')[-1])
tarball = osp.join(package, util.run("npm pack", cwd=package).split("\n")[-1])
else:
basedir = osp.dirname(package)
tarball = package
Expand Down

0 comments on commit 3f99e3a

Please sign in to comment.