Skip to content

Commit

Permalink
Update Moisture.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris authored May 30, 2024
1 parent add568a commit ca074fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestGraphs/MakeGraphs/Moisture.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
# Path for current Tests

dayfirst = True
date_format = '%d/%m/%Y %H:%M:%S %p
date_format = '%d/%m/%Y %H:%M:%S %p'
try:
if os.environ["GITHUB_WORKSPACE"] != None:
root = os.environ["GITHUB_WORKSPACE"]
inPath = os.path.join(root, "TestComponents", "TestSets", "Moisture", "Outputs")
outPath = os.path.join(root, "TestGraphs", "Outputs")
dayfirst = False
date_format = '%m/%d/%Y %H:%M:%S %p
date_format = '%m/%d/%Y %H:%M:%S %p'
except:
rootfrags = os.path.abspath('Moisture.py').split("\\")
root = ""
Expand Down

0 comments on commit ca074fd

Please sign in to comment.