Skip to content

Commit

Permalink
added newline at end of file per linting suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpm committed Oct 14, 2024
1 parent fd4db19 commit 97565d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helper_scripts/generate_adf_config_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ def generate_adf_config(cupid_file, adf_file, out_file):
if __name__ == "__main__":
args = vars(_parse_args())
print(args)
generate_adf_config(args['cupid_file'], args['adf_template'], args['out_file'])
generate_adf_config(args['cupid_file'], args['adf_template'], args['out_file'])

0 comments on commit 97565d0

Please sign in to comment.