Skip to content

Commit

Permalink
Avoid duplicating path
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Jun 27, 2024
1 parent ddfba01 commit d5727d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdw_notify/Notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
sdlog = Util.get_logger(module=__name__)

# The directory where status files and logs are stored
BASE_DIRECTORY = os.path.join(os.path.expanduser("~"), ".securedrop_updater")
BASE_DIRECTORY = Util.BASE_DIRECTORY

# The file and format that contains the timestamp of the last successful update
LAST_UPDATED_FILE = os.path.join(BASE_DIRECTORY, "sdw-last-updated")
Expand Down

0 comments on commit d5727d4

Please sign in to comment.