Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
Progress bar was added so this comment was nolonger necessary.
  • Loading branch information
elliot-huffman committed Sep 6, 2016
1 parent 279191f commit 8bb64af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AutoConvert_GUI.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ def convert_file():
messagebox.showinfo(title="Conversion complete!", message="File conversion(s) are complete!")


# Needs Progress bar here


def create_configs(fname):
global file_type
with open(fname[:-3] + "cfg", "a") as config_file:
Expand Down

0 comments on commit 8bb64af

Please sign in to comment.