Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
db9b3338
Commit
db9b3338
authored
Sep 21, 2023
by
jonabur
Browse files
fix whitespace
parent
95b62361
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.py
main.py
+1
-1
No files found.
main.py
View file @
db9b3338
...
@@ -79,7 +79,7 @@ def main():
...
@@ -79,7 +79,7 @@ def main():
if
args
.
output_path
:
if
args
.
output_path
:
dirname
=
os
.
path
.
dirname
(
args
.
output_path
)
dirname
=
os
.
path
.
dirname
(
args
.
output_path
)
if
dirname
:
if
dirname
:
os
.
makedirs
(
dirname
,
exist_ok
=
True
)
os
.
makedirs
(
dirname
,
exist_ok
=
True
)
with
open
(
args
.
output_path
,
"w"
)
as
f
:
with
open
(
args
.
output_path
,
"w"
)
as
f
:
f
.
write
(
dumped
)
f
.
write
(
dumped
)
...
...
Write
Preview
Markdown
is supported
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