Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cmsgemonline
gem-daq
cmsgemos-analysis
Commits
6c6cb36d
Commit
6c6cb36d
authored
Nov 09, 2021
by
Pranjal Sharma
Browse files
reformatting done using black
parent
4ea7d486
Pipeline
#3221723
passed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gemanalysis/data_importer/data_importer.py
View file @
6c6cb36d
...
...
@@ -168,7 +168,7 @@ class DataImporter:
file_name
,
extension
=
os
.
path
.
splitext
(
file
.
file_path
)
absolute_file_path
=
file_name
+
"_"
+
file
.
uuid
+
extension
self
.
logger
.
info
(
absolute_file_path
)
with
open
(
absolute_file_path
,
"rb"
)
as
f
:
retrieved_file_data
.
append
(
f
.
read
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment