git-test icon indicating copy to clipboard operation
git-test copied to clipboard

Update git-test for python 3.12

Open motlin opened this issue 1 year ago • 0 comments

Addresses this warning after upgrading to python 3.12.

git-test/bin/git-test:550: SyntaxWarning: invalid escape sequence '\.'
  cmd = ['git', 'config', '--get-regexp', '--null', '^test\.']

motlin avatar Mar 12 '24 01:03 motlin