Skip to content

Commit

Permalink
Re-re-add arg value capturing to -k flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ar0ch committed Jul 31, 2018
1 parent df0e1a1 commit 8fb0c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion abil_urdocaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ def print_results(results, output_filename, overwrite):
outfile.write(f"{out_string}\n")
else:
print(f"{out_string}\n")

def select_markers(result_dict):
"""Reformat results dict for printing"""
output = {}
Expand Down Expand Up @@ -801,7 +802,7 @@ def check_params(params):


# Input arguments
__options__, __remainder__ = getopt.getopt(sys.argv[1:], 'o:x1:2:kbd:phP:c:rva:w', [
__options__, __remainder__ = getopt.getopt(sys.argv[1:], 'o:x1:2:k:bd:phP:c:rva:w', [
'buildDB',
'predict',
'output=',
Expand Down

0 comments on commit 8fb0c37

Please sign in to comment.