Skip to content

Commit

Permalink
Binary String storage hasn't been filled in...
Browse files Browse the repository at this point in the history
  • Loading branch information
peoplesmeat committed May 13, 2018
1 parent 3025e11 commit 23ec64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions django/oda/apps/odaweb/models/oda_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def load_odb_file(self, oda_master):
odb_file.execute(PassiveScanOperation())

self.store_odb_file(oda_master, odb_file)
else:
odb_file = None

return odb_file

Expand Down
Loading

0 comments on commit 23ec64f

Please sign in to comment.