jihoonson commented on a change in pull request #8436: packaging script 
adjustments
URL: https://github.com/apache/incubator-druid/pull/8436#discussion_r319354177
 
 

 ##########
 File path: distribution/bin/generate-binary-notice.py
 ##########
 @@ -81,11 +80,11 @@ def generate_notice(source_notice, dependences_yaml):
         parser.add_argument('out_path', metavar='<path to output file>', 
type=str)
         args = parser.parse_args()
 
-        with open(args.notice) as apache_notice_file:
+        with open(args.notice, encoding="ascii") as apache_notice_file:
 
 Review comment:
   Just out of curiosity, is there any reason for this to be `ascii`?

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

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

Reply via email to