this should work

This commit is contained in:
Robin Müller 2021-10-11 15:40:29 +02:00
parent 5798aa1e3a
commit 1b6fa9822b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ def main():
parser = argparse.ArgumentParser(description="Processing arguments for LCOV helper script.")
build_dir_list = []
if not os.path.isfile('README.md'):
os.chdir('..')
for directory in os.listdir("."):
if os.path.isdir(directory):
os.chdir(directory)