Skip to content

Commit

Permalink
resolve minor conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
barakr committed Oct 15, 2023
1 parent d828e2c commit 27395ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utility/show_assign.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python
from IMP.npctransport import *
import sys
output= Output()
with open(sys.argv[1], "rb") as f:
output= Output()
output.ParseFromString(f.read())
output.ParseFromString(f.read())
print(output.assignment)

0 comments on commit 27395ff

Please sign in to comment.