mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Remove irrelevant comment from DSDLC package
This commit is contained in:
parent
d84fc8a846
commit
86dc2b6edb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user