diff --git a/scripts/artifacts/googleCalendar.py b/scripts/artifacts/googleCalendar.py index cd381a98..bbd54389 100644 --- a/scripts/artifacts/googleCalendar.py +++ b/scripts/artifacts/googleCalendar.py @@ -111,7 +111,7 @@ def get_calendar(files_found, report_folder, seeker, wrap_text): if usageentries > 0: for row in all_rows: cal_sync = row[0] - if cal_sync is "": + if cal_sync == "": pass else: cal_sync = convert_utc_human_to_timezone(convert_ts_human_to_utc(cal_sync),'UTC')