Skip to content

Commit

Permalink
Update formatchecker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-ust authored May 3, 2022
1 parent e74cd9d commit 86cd400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aclpubcheck/formatchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def format_check(self, submission, paper_type, output_dir = ".", print_only_erro
print("In general, it is required that you fix errors for your paper to be published. Fixing warnings is optional, but recommended.")
print("Important: Some of the margin errors may be spurious. The library detects the location of images, but not whether they have a white background that blends in.")
print("Important: Some of the warnings generated for citations may be spurious and inaccurate, due to parsing and indexing errors.")
print("We encourage you to double check the citations and update them depending on the latest source.")
print("We encourage you to double check the citations and update them depending on the latest source. If you believe that your citation is updated and correct, then please ignore those warnings.")

if errors >= 1:
return logs_json
Expand Down

0 comments on commit 86cd400

Please sign in to comment.