Skip to content

Commit

Permalink
model correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sconst committed Nov 9, 2019
1 parent 6fc565b commit ce8b392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/warberrySetup/WarberryDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def getSession(self):
def insertSession(self):
start = int(time.time())
subprocess.call("sudo cat /proc/cpuinfo | grep Revision | awk {'print $3'} > Results/model", shell=True)
modelPI="Custom"
with open('Results/model', 'r') as pi_model:
for model in pi_model:
modelPI=model.strip()
Expand Down

0 comments on commit ce8b392

Please sign in to comment.