galaxy-dist commit a9afce9276da: Removed accidentally leftover debug line in column_join.py
29 Jun
2010
29 Jun
'10
12:14 p.m.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Kelly Vincent <kpvincent@bx.psu.edu> # Date 1277394458 14400 # Node ID a9afce9276da25ad1a56c185016fa19ecf242ccb # Parent 1f467b4962cc6b01cbdc829407e08169683ce8ce Removed accidentally leftover debug line in column_join.py --- a/tools/new_operations/column_join.py +++ b/tools/new_operations/column_join.py @@ -265,6 +265,5 @@ def __main__(): fout.close() for f in tmp_input_files: os.unlink( f.name ) - file('/afs/bx.psu.edu/user/kpvincent/galaxy-commit/actual_out', 'w').write(file(fout.name,'r').read()) if __name__ == "__main__" : __main__()
5290
Age (days ago)
5290
Last active (days ago)
0 comments
1 participants
participants (1)
-
commits-noreply@bitbucket.org