Skip to content

Commit

Permalink
update setup.py and add info in csv popup window
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiamatuni committed Apr 9, 2016
1 parent 6e0fa2b commit e1b877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idslabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def load_clan(self):
self.set_clip_path()
self.print_paths()
if not self.classification_output:
showwarning("Output", "Please create a classification output file")
showwarning("Output", "Please create a classification output file (.csv)")
self.set_classification_output()
self.print_paths()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'CFBundleIconFile': 'idslabel.icns'
}
}
VERSION="0.0.3"
VERSION="0.0.4"

setup(
app=APP,
Expand Down

0 comments on commit e1b877a

Please sign in to comment.