We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a2f60 commit 4e90fa6Copy full SHA for 4e90fa6
push_over/download.py
@@ -38,6 +38,7 @@ def setup(verbose: bool = False):
38
],
39
verbose,
40
)
41
+ print(has_fork)
42
43
if has_fork != "true":
44
run_command(
0 commit comments