Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
calibration
pycalibration
Merge requests
!298
Feat/dss cimprove master rebasing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feat/dss cimprove master rebasing
feat/DSSCimproveMasterRebasing
into
feat/DSSCdarksImprove
Overview
0
Commits
64
Pipelines
0
Changes
1
Closed
Andrey Samartsev
requested to merge
feat/DSSCimproveMasterRebasing
into
feat/DSSCdarksImprove
4 years ago
Overview
0
Commits
64
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
fbad8a0f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fbad8a0f
keep, rename and move temp folder with report
· fbad8a0f
Karim Ahmed
authored
5 years ago
xfel_calibrate/finalize.py
+
1
−
1
Options
@@ -3,7 +3,7 @@ from importlib.machinery import SourceFileLoader
from
os
import
chdir
,
listdir
,
makedirs
,
path
,
remove
,
stat
from
os.path
import
isdir
,
isfile
,
splitext
import
re
from
shutil
import
copy
,
copytree
,
move
,
rmtree
from
shutil
import
copy
,
copytree
,
move
from
subprocess
import
CalledProcessError
,
check_call
,
check_output
from
textwrap
import
dedent
from
time
import
sleep
Loading