Skip to content

Commit

Permalink
[fix] default false for backup_name_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Abelarm committed Oct 2, 2017
1 parent bd65ba2 commit 1819f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autobackups/paths_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class PathsHelper(object):
backup_dir = False
backup_per_day = False
backup_per_time = False
backup_name_mode = False


@staticmethod
def initialize(pl, backup_dir, backup_per_day, backup_per_time, backup_name_mode):
Expand Down

0 comments on commit 1819f83

Please sign in to comment.