Skip to content

Commit

Permalink
Update script/generate_async.py
Browse files Browse the repository at this point in the history
Co-authored-by: TAHRI Ahmed R. <[email protected]>
  • Loading branch information
amotl and Ousret authored Mar 29, 2024
1 parent 1abec2b commit c1be851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def run(action: str):
exitcode = 0

if run_check:
command = f"diff -u {TARGET} {target}"
command = f"diff -x __pycache__ -u {TARGET} {target}"
exitcode = os.system(command)
if exitcode == 0:
print(msg("INFO: Async code up-to-date. Excellent."))
Expand Down

0 comments on commit c1be851

Please sign in to comment.