Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
e7be158c
Commit
e7be158c
authored
Jan 22, 2016
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move comment to the correct position
parent
35e55c30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
topydo/cli/CLIApplicationBase.py
topydo/cli/CLIApplicationBase.py
+2
-2
No files found.
topydo/cli/CLIApplicationBase.py
View file @
e7be158c
...
@@ -219,9 +219,9 @@ class CLIApplicationBase(object):
...
@@ -219,9 +219,9 @@ class CLIApplicationBase(object):
to the todo.txt file.
to the todo.txt file.
"""
"""
# do not archive when the value of the filename is an empty string
# (i.e. explicitly left empty in the configuration
if
self
.
todolist
.
is_dirty
():
if
self
.
todolist
.
is_dirty
():
# do not archive when the value of the filename is an empty string
# (i.e. explicitly left empty in the configuration
if
self
.
do_archive
and
config
().
archive
():
if
self
.
do_archive
and
config
().
archive
():
self
.
_archive
()
self
.
_archive
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment