Skip to content

converted calcs to functions for easy reuse#17

Merged
TopherTimeMachine merged 4 commits intoTopherTimeMachine:masterfrom
brantel:master
Feb 7, 2019
Merged

converted calcs to functions for easy reuse#17
TopherTimeMachine merged 4 commits intoTopherTimeMachine:masterfrom
brantel:master

Conversation

@brantel
Copy link
Collaborator

@brantel brantel commented Feb 7, 2019

Converted calculation task from serial_g3x to functions for easy reuse.

@TopherTimeMachine
Copy link
Owner

TopherTimeMachine commented Feb 7, 2019 via email

@brantel
Copy link
Collaborator Author

brantel commented Feb 7, 2019

Yep, I totally missed this....

    screens = []
    lst = os.listdir("lib/screens")
    for d in lst:
        if d.endswith(".py") and not d.startswith("_"):
            screenName = d[:-3]
            screens.append(screenName)
    return screens```

@brantel
Copy link
Collaborator Author

brantel commented Feb 7, 2019

Done...

@TopherTimeMachine TopherTimeMachine merged commit a017899 into TopherTimeMachine:master Feb 7, 2019
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

Successfully merging this pull request may close these issues.

2 participants