Skip to content

Commit f56320a

Browse files
kchertenkoparthea
authored andcommitted
chore(samples): add user_events_some_invalid.json to the setup events script (#308)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent d39320d commit f56320a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

generated_samples/interactive-tutorials/events/setup_events/update_user_events_json.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import datetime
22
import re
33

4-
"""Run the file to update the user_events.json file with more recent timestamp"""
4+
"""
5+
Run the file to update the user_events.json and user_events_some_invalid.json files with more recent timestamp
6+
"""
57

68

79
def update_events_timestamp(json_file):
@@ -26,3 +28,4 @@ def update_events_timestamp(json_file):
2628

2729
if __name__ == "__main__":
2830
update_events_timestamp("../resources/user_events.json")
31+
update_events_timestamp("../resources/user_events_some_invalid.json")

0 commit comments

Comments
 (0)