Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kprestel committed Oct 28, 2018
1 parent 264aa37 commit 2eaac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/pytables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ def _write_to_group(self, key, value, format, index=True, append=False,
)

# write the object
s.write(obj=value, append=append, complib=complib, **kwargs)
s.write(obj=value, append=append, complib=complib)

if s.is_table and index:
s.create_index(columns=index)
Expand Down

0 comments on commit 2eaac84

Please sign in to comment.