From 40c247897a7e1832569b698d9054e826992fa53b Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 1 May 2019 12:03:52 -0700 Subject: [PATCH] Remove useless comments --- rbackup/config/config_files.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rbackup/config/config_files.py b/rbackup/config/config_files.py index 067a2dd..0df184c 100644 --- a/rbackup/config/config_files.py +++ b/rbackup/config/config_files.py @@ -96,7 +96,6 @@ def merge_include_files(): :return: path-like object """ try: - # filelist is guaranteed to exist at this point filelist = merge_files(get_files_by_suffix("-include.conf")) yield filelist finally: @@ -110,7 +109,6 @@ def merge_exclude_files(): :return: path-like object """ try: - # filelist is guaranteed to exist at this point filelist = merge_files(get_files_by_suffix("-exclude.conf")) yield filelist finally: