Skip to content

Commit 4772829

Browse files
author
Allen Winter
committed
autogen/autogen.py - quiet license accepted
1 parent 43aa622 commit 4772829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autogen/autogen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ def autogen(project, version, subprojects, prefixed, forwardHeaderMap = {}, step
105105

106106
print( "-- Auto-generation done." )
107107

108-
with file( ".license.accepted", 'a' ):
109-
os.utime( ".license.accepted", None )
110-
print( "-- License marked as accepted." )
108+
#with file( ".license.accepted", 'a' ):
109+
# os.utime( ".license.accepted", None )
110+
#print( "-- License marked as accepted." )
111111

112112
if steps == ["generate-forward-headers"]:
113113
sys.stdout.flush()

0 commit comments

Comments
 (0)