Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robproject authored Oct 21, 2023
1 parent 6cc0634 commit e4da6bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frappe_schema_json_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def print_custom(path: str) -> None:
if __name__ == "__main__":

# https://github.com/azrafe7/test_python_rich_on_gh_pages/blob/0015be3b6b1925c4d4c9acbaed319666ff7cec89/main.py
console = Console(force_terminal=True, log_time=False, log_path=False)
print('running in runner')
console = Console(force_terminal=True, width=180, log_time=False, log_path=False)

print(sys.argv)
old_path = sys.argv[2]
Expand Down

0 comments on commit e4da6bc

Please sign in to comment.