Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add one more option #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
cli comment changed
  • Loading branch information
c-fos committed Mar 8, 2015
commit 55c7cde08a2075644102fc3716dfadcb0c67404d
1 change: 0 additions & 1 deletion sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def sort_files(folder_name, destination, recur, other):
def cli():
"""
Get parameters from user and execute sorting
:return:
"""

parser = argparse.ArgumentParser(description="Program for file sorting by file extension")
Expand Down