Skip to content

Commit a429ef7

Browse files
Reduce diff
1 parent 05ab144 commit a429ef7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bin/check-clean-git-status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if [[ $(git status --porcelain) != '' ]]; then
77
printf "\t./run-build\n"
88

99
git status
10+
git diff
1011

1112
exit 1
1213
else

dropbox_sign/configuration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,7 @@ def to_debug_report(self) -> str:
546546
"OS: {env}\n"
547547
"Python Version: {pyversion}\n"
548548
"Version of the API: 3.0.0\n"
549-
"SDK Package Version: 1.9.0".format(
550-
env=sys.platform, pyversion=sys.version
551-
)
549+
"SDK Package Version: 1.9.0".format(env=sys.platform, pyversion=sys.version)
552550
)
553551

554552
def get_host_settings(self) -> List[HostSetting]:

0 commit comments

Comments
 (0)