Skip to content
Snippets Groups Projects
Commit 87228f69 authored by Gökçen Nurlu's avatar Gökçen Nurlu
Browse files

utils.py: Fix variable name typo

parent 3b17762a
Loading
Pipeline #
......@@ -500,7 +500,7 @@ def _copy_directories(srcdir, destdir, target):
yield (new_dir, mode)
else:
raise OSError('Source directory tree has file where '
'directory expected: {}'.format(dir))
'directory expected: {}'.format(old_dir))
def _ensure_real_directory(root, destpath):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment