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

Fixed pathing for OSes (GPG, TMP, Home, etc. for Windows/Linux/Unix) #104

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update constants.py
New function to find current piusrc
  • Loading branch information
F9Alejandro authored Sep 26, 2018
commit 4671934cd65236aa9d467b6402d4eb48b48de72e
2 changes: 1 addition & 1 deletion libpius/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DEFAULT_MAIL_HOST = 'localhost'
DEFAULT_MAIL_PORT = 587
PIUS_HOME = path.get_piushome(HOME)
PIUS_RC = os.path.join(PIUS_HOME, 'piusrc')
PIUS_RC = path.get_piusrc(HOME)

# Note the line with the email address on it below is intentionally
# shorter than the rest to give it space to grow and still be < 80.
Expand Down