Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreycwitt committed Nov 9, 2019
1 parent 0ffdd70 commit 697fa3a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ def handle_job(resource_value: str, resource_type: str) -> dict:
# check if file exists


fileExists = function()

if fileExists
response = {"Status": "Finished", "url": filename}
# fileExists = function()
#
if 1 == 2:
response = {"Status": "Finished", "url": "test"}
return response


else:
try:
logger.debug(f"Checking for job with the id {resource_value}")
Expand Down

0 comments on commit 697fa3a

Please sign in to comment.