Skip to content
Snippets Groups Projects
Commit c65963e3 authored by mbruns42's avatar mbruns42
Browse files

Merge branch 'remove-getOpt-from-reportSummary' into feature-#645-clarify-multicast-delivery

parents 07d8579c 47f134ab
No related branches found
No related tags found
1 merge request!157Feature #645 clarify multicast delivery
Pipeline #
......@@ -29,7 +29,7 @@ import readFileUtilities
# Get directory containing reports and check if it really exists
reportDir = sys.argv[1]
if not os.path.isdir(reportDir):
if not os.path.exists(reportDir):
print("Report directory not found.")
print("Usage: reportSummary.py <reportDirectory> \n e.g., /Simulator/reports/")
......
  • Contributor

    SonarQube analysis reported no issues.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment