Skip to content

Commit

Permalink
typo fix for folder #93
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhunter committed Jun 15, 2018
1 parent 2a7fd0d commit a2daa72
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 @@ -55,7 +55,7 @@ def main():
if not options.algo:
pgportfolio.autotrain.training.train_all(int(options.processes), options.device)
else:
for folder in options.train_floder:
for folder in options.folder:
raise NotImplementedError()
elif options.mode == "generate":
import pgportfolio.autotrain.generate as generate
Expand Down

0 comments on commit a2daa72

Please sign in to comment.