weberlo 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_r343933459
 
 

 ##########
 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:
   Is that the convention?  I see single quotes and double quotes mixed in most 
parts of the codebase, but single quotes are a little bit easier to type.

----------------------------------------------------------------
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