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 9d77aaa commit b62a86cCopy full SHA for b62a86c
log_module.py
@@ -1,3 +1,4 @@
1
+#!/usr/bin/awk BEGIN{a=ARGV[1];sub(/[a-z_.]+$/,".venv/bin/python",a);system(a"\t"ARGV[1])}
2
# -*- coding: utf-8 -*-
3
4
import logging
0 commit comments