Skip to content

Commit

Permalink
Fix for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer authored and LorenzMeier committed Jan 10, 2021
1 parent 9932de7 commit f39d5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-example/updateqrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def process(src, exclusion, dst):
newLine = newLine.replace(">", ">../", 1)
file3.write(newLine + '\n')
else:
print 'Excluded:', line
print('Excluded:', line)
file3.close()

def main():
Expand Down

0 comments on commit f39d5ac

Please sign in to comment.