Skip to content

Commit

Permalink
Update stingray/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti authored Sep 19, 2023
1 parent 25d6774 commit 8cc3443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stingray/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def write(self, filename: str, fmt: str = None) -> None:
CAN_SAVE_LONGD = False

try:
Table({"a": 3}).write(f".bu.{fmt}", overwrite=True, serialize_meta=True)
Table({"a": [3]}).write(f".bu.{fmt}", overwrite=True, serialize_meta=True)
import os

os.unlink(f"bu.{fmt}")
Expand Down

0 comments on commit 8cc3443

Please sign in to comment.