Skip to content

Commit

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

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

old_path = sys.argv[2]
old_hex = sys.argv[3]
Expand Down
1 change: 1 addition & 0 deletions test_files/new_doctype_renamodified_old.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"new_docfield_1",
"new_docfield_2",
"new_docfield_3",
"new_docfield_4",
"new_docfield_5",
"new_docfield_6",
"new_docfield_7"
Expand Down

0 comments on commit db2ad85

Please sign in to comment.