Skip to content

Commit

Permalink
Attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
henrystoldt committed Jun 8, 2021
1 parent 41c1b5c commit 29e75bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAPLEAF/Examples/V&V/PrepVerificationWebsite.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
print("Finished running cases")

# Create the verification and validation folder, make it a python module (so it gets included in the code documentation)
MAPLEAFPath = Path(__file__).parent.parent.parent.absolute()
MAPLEAFPath = Path(__file__).parent.parent.parent.parent.absolute()
fakeModuleDirectory = MAPLEAFPath / 'MAPLEAF' / 'V&V'
fakeModuleDirectory.mkdir(parents=True, exist_ok=True)
regressionTestingDirectory = MAPLEAFPath / 'MAPLEAF' / 'Examples' / 'V&V'
Expand Down

0 comments on commit 29e75bc

Please sign in to comment.