Skip to content

Commit

Permalink
merge workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-ny authored Sep 23, 2024
1 parent 0d56945 commit 72f58b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/resetController.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from app.models import create



#trigger

##################RESET CONTROLLER#####################
logger = logging.getLogger("VeraDemo:resetController")
Expand Down Expand Up @@ -180,4 +180,4 @@ def loadFile(filename):
lines = file.readlines()
for line in lines:
line.strip()
return lines
return lines

0 comments on commit 72f58b2

Please sign in to comment.