Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tenet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Tetras MARS
tenet
Merge requests
!1
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
multiprocessing
Overview
0
Commits
29
Pipelines
0
Changes
243+
Merged
David Rouquet
requested to merge
master
into
multiprocessing
1 year ago
Overview
0
Commits
29
Pipelines
0
Changes
243
Expand
0
0
Merge request reports
Compare
multiprocessing
multiprocessing (base)
and
latest version
latest version
ea86cde7
29 commits,
1 year ago
243+ files
+
37875
−
10321
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
243+
Search (e.g. *.vue) (Ctrl+P)
Some changes are not shown.
For a faster browsing experience, only
243 of 243+
files are shown. Download one of the files below to see all changes.
Plain diff
Patches
tenet/extraction/config.py
+
1
−
1
Options
@@ -177,7 +177,7 @@ class Config:
def
_set_output_dir
(
self
,
output_dir_complement
=
''
):
c_dir
=
self
.
config_tree
.
xpath
(
"
directory
"
)[
0
]
self
.
_output_dir
=
self
.
base_output_dir
self
.
_output_dir
=
self
.
base_output_dir
+
'
/
'
# self._output_dir += self.uuid_str + output_dir_complement
self
.
_output_dir
+=
self
.
technical_base_name
+
output_dir_complement
self
.
_output_dir
+=
'
-
'
+
datetime
.
now
().
strftime
(
'
%Y%m%d
'
)
Loading