tqchen commented on a change in pull request #4274: [µTVM] Enable AutoTVM for 
ARM STM32F746XX Boards
URL: https://github.com/apache/incubator-tvm/pull/4274#discussion_r343908611
 
 

 ##########
 File path: python/tvm/contrib/binutil.py
 ##########
 @@ -45,25 +58,18 @@ def tvm_callback_get_section_size(binary_path, 
section_name, toolchain_prefix):
         size of the section in bytes
     """
     if not os.path.isfile(binary_path):
-        raise RuntimeError("no such file \"{}\"".format(binary_path))
+        raise RuntimeError('no such file \"{}\"'.format(binary_path))
 
 Review comment:
   try to use double quote to be consistent with the rest part of the codebase

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to