zthart/pourover

Fix DeprecationWarnings for pipe escapes

Closed this issue · 1 comments

pourover/functions.py:144
  /Users/zach/Documents/Projects/pourover/pourover/functions.py:144: DeprecationWarning: invalid escape sequence \|
    dev_vendor = dev_vendor.replace('|', '\|')

Investigate solution here

merged into develop with #22 - closing for now