From 2190000166221928d07ba6d52993277c54c965aa Mon Sep 17 00:00:00 2001 From: JakeYankovich <51723005+JakeYankovich@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:09:04 -0700 Subject: [PATCH] Adding Parenthesis to print statement --- get_hostname_agentversion/json_to_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_hostname_agentversion/json_to_csv.py b/get_hostname_agentversion/json_to_csv.py index e52d2cf..049a679 100755 --- a/get_hostname_agentversion/json_to_csv.py +++ b/get_hostname_agentversion/json_to_csv.py @@ -17,4 +17,4 @@ for key in keys: ele.append(rows[key]) csv_file.writerow(ele) -print "complete converting json to csv" \ No newline at end of file +print ("complete converting json to csv")