Skip to content

Commit a2bf6c9

Browse files
committed
Copyright update + enhanced TODO comment
1 parent 0c0f17e commit a2bf6c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/robotremoteserver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2008-2013 Nokia Siemens Networks Oyj
1+
# Copyright 2008-2014 Nokia Solutions and Networks
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -205,6 +205,7 @@ def _handle_return_value(self, ret):
205205
def _handle_binary_result(self, result):
206206
if not BINARY.search(result):
207207
# TODO: Clean-up. This isn't the right place to do this.
208+
# Or at least this method is badly named.
208209
if isinstance(result, str):
209210
result = unicode(result, errors='replace')
210211
return result

0 commit comments

Comments
 (0)