Skip to content

Commit

Permalink
fixed comment problem
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EDev committed Jul 10, 2021
1 parent 6ee7d29 commit 4710c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
middlewares = [x.rsplit(sep, 1)[-1][:-2] for x in glob(pt.join(header_path, ('crow'+sep+'middlewares'+sep+'*.h*')))]

with open(header_path+'/../LICENSE', 'r') as file:
lsc = file.read()
lsc = '/*' + file.read() + '*/'

middlewares_actual = []
if len(sys.argv) > 3:
Expand Down

0 comments on commit 4710c10

Please sign in to comment.