Skip to content

Commit

Permalink
re #2 - Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Cockburn committed Nov 22, 2018
1 parent 4556fff commit 5905f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyptables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def add_line_numbers(string, start=1):

def restore(tables):
process = subprocess.Popen(
["cat"],
["iptables-restore"],
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name='PyPTables',
version='1.0.5',
version='1.0.6',
author='Jamie Cockburn',
author_email='[email protected]',
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 5905f4e

Please sign in to comment.