Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
chenda6 committed Jun 5, 2024
1 parent 0acf196 commit 306496b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packager/app/test/packager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@ def testVersion(self):

assert_regex(
self.packager.Version(), '^packager(.exe)? version '
r'((?P<tag>[A-Za-z\d\.-]+)-)?(?P<hash>[a-f\d]+)-(debug|release)[\r\n]+.*$')
r'((?P<tag>[A-Za-z\d\.-]+)-)?(?P<hash>[a-f\d]+)'
r'-(debug|release)[\r\n]+.*$')


def testDumpStreamInfo(self):
Expand Down

0 comments on commit 306496b

Please sign in to comment.