Skip to content

Commit

Permalink
topdf.py: ugly, change fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Jul 21, 2022
1 parent b65d35d commit fd43fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/topdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def isbright(image, dim=10, thresh=0.5):
# PATH_TO_MD + sep + self.fn
# cd ' + PATH_TO_MD + ' &&
if not negative:
output = '~/Dropbox/boox-geekbook-color/' + self.name + '-color.pdf '
output = '~/Sync/boox-geekbook-color/' + self.name + '-color.pdf '
else:
output = '~/Dropbox/boox/geekbook/' + self.name + '.pdf '
output = '~/Sync/geekbook/' + self.name + '.pdf '

# no toc for snippets
toc = ' --toc '
Expand Down

0 comments on commit fd43fce

Please sign in to comment.