From 86dc2b6edb0a86f05a4e9ee1f2f1dd6aab04e8ca Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 25 Jul 2014 14:35:31 +0400 Subject: [PATCH] Remove irrelevant comment from DSDLC package --- libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/__init__.py b/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/__init__.py index 4f00e23f6f..dc6c1dd2fb 100644 --- a/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/__init__.py +++ b/libuavcan/dsdl_compiler/libuavcan_dsdl_compiler/__init__.py @@ -69,7 +69,7 @@ def pretty_filename(filename): r = os.path.relpath(filename) return a if len(a) < len(r) else r except ValueError: - return filename # Fails on Windows "Cannot mix UNC and non-UNC paths", investigate someday later + return filename def type_output_filename(t): assert t.category == t.CATEGORY_COMPOUND