Skip to content

Commit

Permalink
Fixed print() syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastheis committed Sep 18, 2016
1 parent e6d5e59 commit 1db4609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/c2s-train.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main(argv):
experiment = Experiment()

if not args.dataset:
print 'You have to specify at least 1 dataset.'
print('You have to specify at least 1 dataset.')
return 0

data = []
Expand Down

0 comments on commit 1db4609

Please sign in to comment.