Skip to content

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
neo7337 committed Oct 25, 2024
1 parent 5eeb668 commit b09068a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_all_data_files(base_path):
file_paths.append(os.path.join(root, file))
return file_paths

def main(org, input_path, output_path):
def main(output_path):
print("Skipping File Download")
print(f"Performing the operation for {org}")

Expand Down Expand Up @@ -157,4 +157,4 @@ def main(org, input_path, output_path):
if __name__ == "__main__":
args=parser.parse_args()

main(args.org, args.input, args.output)
main(args.output)

0 comments on commit b09068a

Please sign in to comment.