Skip to content

Commit

Permalink
Fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
soldag committed Dec 6, 2016
1 parent ff14e51 commit 507aa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def analyze(data_source_type, classifier_type, experiments_count,
analyze(args.data_source_type, args.classifier_type,
args.experiments_count, args.dataset_path, args.twitter_user)
else:
print("Invalid mode!")
print("Invalid action!")

0 comments on commit 507aa59

Please sign in to comment.