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")