Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lanl/OPPPY into interactive_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Feb 5, 2024
2 parents ade1405 + 2dcee0d commit 3203cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opppy/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def thread_all(file_name, file_index, result_l):
print('')
print_dictionary_data(data)

def build_output_dictionary_list(file_lists, opppy_parser, nthreads):
def build_output_dictionary_list(file_lists, opppy_parser, nthreads=0):
'''
append_pickle -
This function generates a opppy output dictionary
Expand Down
2 changes: 1 addition & 1 deletion opppy/tally.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def thread_all(file_name, file_index, result_l):
print('')
print_tally_data(data)

def build_tally_dictionary_list(file_lists, opppy_parser, nthreads):
def build_tally_dictionary_list(file_lists, opppy_parser, nthreads=0):
'''
append_pickle -
This function generates a opppy output dictionary
Expand Down

0 comments on commit 3203cb7

Please sign in to comment.