Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Adding btach file/Windows support #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

RimorRes
Copy link

This should help advance #2 ...
I don't know if the batch is perfect though.
-Oxyde

@aswinshenoy
Copy link
Contributor

Thank you for contributing to this project, we will soon review this pull request. 👍

Copy link
Contributor

@vibhoothi vibhoothi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI @Oxyde2 ,

Super thanks for this patch,
I would advise @AnandHemachandran, who did the first patch send for this to incoperate this as second patch to overall patchset once the change requested is addressed which should make the progress improved.

file_path = "/opt/attendance/"
elif _platform == "darwin":
file_path = f"/Users/{sys.argv[1]}/.attendance/"
elif "win" in _platform:
file_path = getcwd()+'\\'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay,
We should have a folder for storing the script right,
I would propose to have it in a folder itself like .attendance for having uniformity

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants