projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e73c61
)
Remove spurious print message.
author
Scott
<scott@wannabe.house>
Fri, 21 Jan 2022 19:37:20 +0000
(11:37 -0800)
committer
Scott
<scott@wannabe.house>
Fri, 21 Jan 2022 19:37:20 +0000
(11:37 -0800)
lockfile.py
patch
|
blob
|
history
diff --git
a/lockfile.py
b/lockfile.py
index 8a71ca769900983689479157de0cb3132ab731a9..ebd91158a54b80ed275bed990a3d9e35fedb0e0f 100644
(file)
--- a/
lockfile.py
+++ b/
lockfile.py
@@
-152,7
+152,6
@@
class LockFile(object):
cmd = self.override_command
else:
cmd = ' '.join(sys.argv)
- print(cmd)
contents = LockFileContents(
pid = os.getpid(),
commandline = cmd,