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_r349707426
 
 

 ##########
 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:
   It is certainly bad to have a mixed style in the same file. There is no 
explicit mention of the force use of quote, but would be nice to have the same 
convention.

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