Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed May 28, 2024
1 parent ea87e42 commit ca579c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def add_run_history(self, key, version, cpu_usage_one_core, memory_usage, elapse
"memory_usage": memory_usage,
"elapsed_time": elapsed_time,
"type": type,
"python_version":self.get_currently_version(),
"python_version":f"{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}",
"os_name": self.os_name(),
"params":json.dumps(params)
}
Expand Down

0 comments on commit ca579c5

Please sign in to comment.