Skip to content

Commit

Permalink
Test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 15, 2024
1 parent 9dac484 commit c2fdcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def index_release_to_elasticsearch(es : Elasticsearch, index_name, release_detai
parser.add_argument("force_index", help="If true will update packages even if hash is the same")
args = parser.parse_args()

print(args.force_index)
print(type(args.force_index))
exit

# Elasticsearch instance used for indexing
Expand Down

0 comments on commit c2fdcc1

Please sign in to comment.