Skip to content

Commit

Permalink
Merge pull request #29 from spacetelescope/cds_dev
Browse files Browse the repository at this point in the history
updated ver num to 2.1.13
  • Loading branch information
cdsontag authored Nov 28, 2016
2 parents eb21028 + 899f932 commit fc405da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pyraf/subproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def run(self, timeout=5):
def test(fout = sys.stdout):
fout.write("Starting test ...\n")
assert hasattr(fout, 'write'), "Input not a file object: "+str(fout)
print "\tOpening subprocess (22 Nov):"
print "\tOpening subprocess (28 Nov):"
p = Subprocess('cat', expire_noisily=1) # set to expire noisily...
print p
print "\tOpening bogus subprocess, should fail:"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyraf
version = 2.2.dev
version = 2.1.13
author = Rick White, Perry Greenfield, Chris Sontag
author-email = help@stsci.edu
home-page = http://www.stsci.edu/resources/software_hardware/pyraf
Expand Down

0 comments on commit fc405da

Please sign in to comment.