mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
updated for pep8 conformity
This commit is contained in:
@@ -72,8 +72,7 @@ def set_counter_char(line):
|
||||
elif(numSpaces == 0 and numTabs != 0):
|
||||
cntChar = '\t'
|
||||
else:
|
||||
raise NotImplementedError("Indentation of code is only supported for whitespaces and
|
||||
tabs.")
|
||||
raise NotImplementedError("Indentation of code is only supported for whitespaces and tabs.")
|
||||
|
||||
|
||||
def check_instr(instr):
|
||||
|
||||
Reference in New Issue
Block a user