mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Topic generation: Fix compile error
This commit is contained in:
@@ -105,7 +105,7 @@ def convert_dir(inputdir, outputdir, templatedir):
|
||||
|
||||
# Find the most recent modification time in output dir
|
||||
maxouttime = 0
|
||||
if os.path.isdir(outputdir)
|
||||
if os.path.isdir(outputdir):
|
||||
for f in os.listdir(outputdir):
|
||||
fni = os.path.join(outputdir, f)
|
||||
if os.path.isfile(fni):
|
||||
|
||||
Reference in New Issue
Block a user