Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result is - #176

Closed
Eagllus opened this issue Jun 8, 2016 · 0 comments
Closed

Result is - #176

Eagllus opened this issue Jun 8, 2016 · 0 comments

Comments

@Eagllus
Copy link
Collaborator

Eagllus commented Jun 8, 2016

I run a task successfully and return a string at the end of my task.
However the results in the ORM displays the info below.

Name: fourteen-saturn-red-moon
Func: app.tasks.generate_static_file
Hook: -
Args: ()
Kwargs: {}
Result: -

I would have expected that Result: would be my text

def generate_static_file():
       ....
        if not delta > modified_time:
            return 'modified within the last 30 minutes'

Am I doing something wrong or dus result means something else?

@Eagllus Eagllus closed this as completed Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant