Skip to content

Commit 546bee5

Browse files
committed
Enable dont write bytecode
1 parent cc6505d commit 546bee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def get_version(debian=False):
618618
os.path.dirname(os.path.abspath(__file__)), "src", PROJECT)
619619
sys.path.insert(0, dirname)
620620
dont_write_bytecode = sys.dont_write_bytecode
621-
#sys.dont_write_bytecode = True # Avoid creating __pycache__/_version.pyc
621+
sys.dont_write_bytecode = True # Avoid creating __pycache__/_version.pyc
622622
import _version
623623
sys.path = sys.path[1:]
624624
sys.dont_write_bytecode = dont_write_bytecode

0 commit comments

Comments
 (0)