Skip to content
Snippets Groups Projects
Commit c52b5b40 authored by Joe Garcia's avatar Joe Garcia
Browse files

remove debug comparison

parent fafc04ee
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ def getLine(f,linenumber=1):
return v
def isRelScript(filepath):
print('{} vs {}'.format(getLine(filepath,linenumber=1),asuni('#!/usr/bin/env re-l')))
return getLine(filepath,linenumber=1)==asuni('#!/usr/bin/env re-l')
def extractRelInterpreter(filepath):
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment