Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion examples/sc2autosave.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def run(args):

# We break out of this loop in batch mode and on KeyboardInterrupt
while True:

# The file scan uses the arguments and the state to filter down to
# only new (since the last sync time) files.
for path in scan(args, state):
Expand Down
Loading