Skip to content

Commit

Permalink
cove_rdls/process.py: Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Aug 31, 2023
1 parent b62f0ad commit 67ff941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cove_rdls/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _add_extention(self, supplied_data_file):
os.symlink(input_filename, file_renamed)
supplied_data_file.filename = file_renamed.split("/")[-1]
supplied_data_file.save()
raise Exception(f"add_extention - source_method: {supplied_data_file.source_method}, filename: {filename}")

def process(self, process_data: dict) -> dict:
if self.supplied_data.format == "unknown":
Expand Down

0 comments on commit 67ff941

Please sign in to comment.