Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Oct 24, 2019
1 parent 163d0c5 commit 929600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci-custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import collections
import fnmatch
import os.path
import re
import subprocess
import sys
import re
Expand Down Expand Up @@ -263,6 +262,7 @@ def lint_constants_usage():
errors.append("Constant {} is defined in {} files. Please move all definitions of the "
"constant to const.py (Uses: {})"
"".format(highlight(constant), len(uses), ', '.join(uses)))
return errors


def relative_cpp_search_text(fname, content):
Expand Down

0 comments on commit 929600d

Please sign in to comment.