Skip to content

Commit da8048e

Browse files
removed file naming from get log file path
1 parent a970e3b commit da8048e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

launch/launch/logging/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def get_log_file_path(self, file_name='launch.log'):
319319
:param: file_name of the log file from which to get the absolute path.
320320
:return: the absolute path to the log file.
321321
"""
322-
file_name = self.file_name
323322
return os.path.join(self.log_dir, file_name)
324323

325324
def get_log_file_handler(self, file_name=None):

0 commit comments

Comments
 (0)