Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
d8b18ba8
Commit
d8b18ba8
authored
8 years ago
by
Anton Piccardo-Selg
Browse files
Options
Downloads
Patches
Plain Diff
Refs #14803 Fix pylint issue
parent
e870d98f
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/PythonInterface/plugins/algorithms/SANSCopyUserFileDependency.py
+2
-2
2 additions, 2 deletions
...nterface/plugins/algorithms/SANSCopyUserFileDependency.py
with
2 additions
and
2 deletions
Framework/PythonInterface/plugins/algorithms/SANSCopyUserFileDependency.py
+
2
−
2
View file @
d8b18ba8
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment