Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Feb 13, 2024
1 parent cd57526 commit 342337e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/5_write_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
# open file for writing
series = io.Series(
"../samples/5_parallel_write_py.bp"
if USE_JOINED_DIMENSION
else "../samples/5_parallel_write_py.h5",
if USE_JOINED_DIMENSION
else "../samples/5_parallel_write_py.h5",
io.Access.create,
comm
)
Expand Down

0 comments on commit 342337e

Please sign in to comment.