mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 15:10:35 +08:00
Remove irrelevant comment from DSDLC package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user