Skip to content

Commit

Permalink
Use new -pppq parameter to not suppress quote markers
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Mar 28, 2022
1 parent bf1ffd7 commit 36f8f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Can be used stand alone (provided rem2ics and ics2rem tools) as well as integrat
Installation
------------

You need to have the Remind command line tool in version 03.03.01 or higher installed.
You need to have the Remind command line tool in version 04.00.00 or higher installed.
For Debian/Ubuntu use::

$ sudo apt-get install remind
Expand Down
2 changes: 1 addition & 1 deletion remind.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _parse_remind(
"""
cmd = [
"remind",
f"-ppp{self._month}",
f"-pppq{self._month}",
"-b2",
"-y",
"-df",
Expand Down

0 comments on commit 36f8f72

Please sign in to comment.