Browse Source

Fix for python3

QGC4.4
DonLakeFlyer 4 years ago committed by Lorenz Meier
parent
commit
f39d5acd96
  1. 2
      custom-example/updateqrc.py

2
custom-example/updateqrc.py

@ -25,7 +25,7 @@ def process(src, exclusion, dst):
newLine = newLine.replace(">", ">../", 1) newLine = newLine.replace(">", ">../", 1)
file3.write(newLine + '\n') file3.write(newLine + '\n')
else: else:
print 'Excluded:', line print('Excluded:', line)
file3.close() file3.close()
def main(): def main():

Loading…
Cancel
Save