Skip to content

Commit

Permalink
[#686] disable has no member warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbotsman committed Feb 13, 2019
1 parent bbd57f6 commit bd76b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legion/legion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def copy_directory_contents(source_directory, target_directory):
:type target_directory: str
:return: None
"""
distutils.dir_util.copy_tree(source_directory, target_directory)
distutils.dir_util.copy_tree(source_directory, target_directory) # pylint: disable=E1101


def save_file(temp_file, target_file, remove_after_delete=False):
Expand Down

0 comments on commit bd76b60

Please sign in to comment.