File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
import sys
19
19
20
20
21
- VERSION = 'Classifier 1.99dev '
21
+ VERSION = 'Classifier 2.0 '
22
22
DIRCONFFILE = '.classifier.conf'
23
23
PLATFORM = sys .platform
24
24
OS = os .name
@@ -208,7 +208,7 @@ def run(self):
208
208
209
209
if self .args .edittypes :
210
210
if PLATFORM == 'darwin' :
211
- subprocess .call (('open' , CONFIG ))
211
+ subprocess .call (('open' , '-t' , CONFIG ))
212
212
elif PLATFORM == 'win32' or OS == 'nt' :
213
213
os .startfile (CONFIG )
214
214
elif PLATFORM == 'linux' or PLATFORM == 'linux2' or OS == 'posix' :
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "classifier" ,
5
- version = "1.99 " ,
5
+ version = "2.0 " ,
6
6
description = "Classify the files in your Downloads folder into suitable destinations." ,
7
7
url = "http://github.com/bhrigu123/classifier" ,
8
8
author = "Bhrigu Srivastava" ,
You can’t perform that action at this time.
0 commit comments