User:Bugman/subsystems: Difference between revisions

Jump to navigation Jump to search
→‎Script: Another bug fix.
(→‎Script: Another bug fix.)
(→‎Script: Another bug fix.)
Line 183: Line 183:
                     # Store the implementation file.
                     # Store the implementation file.
                     elif len(files):
                     elif len(files):
                         subsystem.add_implementation_file(files[0])
                        file_name = files[0]
                        if subsystem.root_path:
                            file_name = subsystem.root_path + sep + file_name
                         subsystem.add_implementation_file(file_name)
                         break
                         break


Navigation menu