Skip to content
Snippets Groups Projects
Commit d8b18ba8 authored by Anton Piccardo-Selg's avatar Anton Piccardo-Selg
Browse files

Refs #14803 Fix pylint issue

parent e870d98f
No related merge requests found
......@@ -58,8 +58,8 @@ class SANSCopyUserFileDependency(PythonAlgorithm):
except IOError:
self._remove_copied_files(dependencies)
error_msg = ("SANSCopyUserFileDependency: There was an issue copying"
" the file " + src + " to " + trg + ". Attempted to remove all"
"copied files. Please make sure that you have write permissions.")
" the file " + src + " to " + trg + ". Attempted to remove all"
"copied files. Please make sure that you have write permissions.")
raise RuntimeError(error_msg)
def _get_user_file_target(self, user_file_full_path, target_directory):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment