chaokunyang commented on code in PR #1310:
URL: https://github.com/apache/incubator-fury/pull/1310#discussion_r1443689506


##########
CONTRIBUTING.md:
##########
@@ -132,12 +132,12 @@ See the [Debugging C++](docs/cpp_debug.md) doc.
 Enable core dump on Macos Monterey 12.1:
 
 ```bash
-/usr/libexec/PlistBuddy -c "Add :com.apple.security.get-task-allow bool true" 
tmp.entitlements     
+/usr/libexec/PlistBuddy -c "Add :com.apple.security.get-task-allow bool true" 
tmp.entitlements
 codesign -s - -f --entitlements tmp.entitlements 
/Users/chaokunyang/anaconda3/envs/py3.8/bin/python
 ulimit -c unlimited
 ```
 
-... then, run the code:

Review Comment:
   
   then run the code:



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to