We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ab144 commit a429ef7Copy full SHA for a429ef7
bin/check-clean-git-status
@@ -7,6 +7,7 @@ if [[ $(git status --porcelain) != '' ]]; then
7
printf "\t./run-build\n"
8
9
git status
10
+ git diff
11
12
exit 1
13
else
dropbox_sign/configuration.py
@@ -546,9 +546,7 @@ def to_debug_report(self) -> str:
546
"OS: {env}\n"
547
"Python Version: {pyversion}\n"
548
"Version of the API: 3.0.0\n"
549
- "SDK Package Version: 1.9.0".format(
550
- env=sys.platform, pyversion=sys.version
551
- )
+ "SDK Package Version: 1.9.0".format(env=sys.platform, pyversion=sys.version)
552
)
553
554
def get_host_settings(self) -> List[HostSetting]:
0 commit comments