Skip to content

Commit

Permalink
Commented print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
superloopnetwork committed Apr 5, 2020
1 parent 80548cc commit bc4cfa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auditdiff_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ def juniper_audit_diff(directory,template,template_list,diff_config,edit_list,se

index_of_template_list = template_list.index(template) + 1

print("EDIT_LIST: {}".format(edit_list))
###UN-COMMENT THE BELOW PRINT STATEMENT FOR DEBUGING PURPOSES
# print("EDIT_LIST: {}".format(edit_list))

### THIS WILL CHECK IF IT'S ON THE LAST TEMPLATE. IF IT IS, IT WILL LOCATE THE LAST INDEX FOR EDIT_LIST AND APPEND IT TO THE LIST
if(index_of_template_list == length_template_list):
Expand Down

0 comments on commit bc4cfa0

Please sign in to comment.