Skip to content

Commit

Permalink
Fixed while true loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Xia committed Feb 27, 2012
1 parent 71320ec commit 669e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coursera_client.rb
Expand Up @@ -161,7 +161,7 @@ def each_submission
else

# Loop forever
while True
while true
all_empty = true
@autograders.keys.each do |assignment_part_sid|
logger.info assignment_part_sid
Expand Down

0 comments on commit 669e2d8

Please sign in to comment.