Skip to content

Commit

Permalink
delete file after conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Milan committed Oct 13, 2023
1 parent 9515d5a commit efa626f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/json/manual_json_import.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sys, json, re
import sys, json, re, os
from format_json import replaceFormat
from get_integration_data import getIntegrationData
from get_table_data import getTableData, updateTableData
Expand Down Expand Up @@ -92,3 +92,5 @@

print('{0} issues found, check {1} for details.'.format(issues_count, issues_file.replace('../../', '')))

os.remove(discovery_file)

0 comments on commit efa626f

Please sign in to comment.