Skip to content

Commit 8574d34

Browse files
author
Tim Vaillancourt
committed
removing tab \t char
1 parent 843d94b commit 8574d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/Backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self, options):
8888
raise Exception, 'Field: %s is required by %s!' % (field, __name__), None
8989

9090
# Set default lock file:
91-
if not self.lock_file:
91+
if not self.lock_file:
9292
self.lock_file = '/tmp/%s.lock' % self.program_name
9393

9494
# Setup logging

0 commit comments

Comments
 (0)