Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-CSVImport
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-CSVImport
Merge requests
!115
Draft: CSV export
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: CSV export
csv-export
into
master
Overview
4
Commits
43
Pipelines
20
Changes
1
Open
Jonathan Weth
requested to merge
csv-export
into
master
2 years ago
Overview
3
Commits
43
Pipelines
20
Changes
1
Expand
Close
#56
Edited
2 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
74fb2bbe
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
74fb2bbe
Add missing import
· 74fb2bbe
Jonathan Weth
authored
2 years ago
aleksis/apps/csv_import/util/process.py
+
1
−
0
Options
import
logging
import
os
import
shutil
from
glob
import
glob
from
tempfile
import
TemporaryDirectory
from
typing
import
Optional
Loading