We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa24ca9 commit d53bcc9Copy full SHA for d53bcc9
1 file changed
examples/personality_insights_v3.py
@@ -37,7 +37,7 @@
37
# Profile with CSV output #
38
###########################
39
40
-with open(jjoin(os.getcwd(), 'resources/personality-v3.json'), 'r') as \
+with open(join(os.getcwd(), 'resources/personality-v3.json'), 'r') as \
41
profile_json:
42
response = service.profile(
43
profile_json.read(),
0 commit comments