Skip to content

Commit

Permalink
clean data folder name is taken as script argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JaksaVucicevic committed Feb 21, 2012
1 parent 80052d5 commit de0e9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def FixFile(fname,lines,i) :
F.write(line)
F.close()

Flist = FileList('cleandata')
Flist = FileList(os.argv[1])
for Fname in Flist :
F = open(Fname)
lines = F.readlines()
Expand Down

0 comments on commit de0e9d7

Please sign in to comment.