lint.py: one more .. to find sneak_root

This commit is contained in:
Colin McMillen 2020-03-02 21:21:42 -05:00
parent f801f95551
commit 9633bcca35

View File

@ -54,7 +54,7 @@ def lint_csharp(filename):
def main(args):
this_dir = os.path.dirname(os.path.realpath(__file__))
sneak_root = os.path.join(this_dir, '..', '..')
sneak_root = os.path.join(this_dir, '..', '..', '..')
os.chdir(sneak_root)
csharp_files = sorted(glob.glob('**/*.cs', recursive=True))