Skip to content
Snippets Groups Projects
Commit 8335e76c authored by 数学の武士's avatar 数学の武士
Browse files

Add check that out != "plotter_lib_pngs/"

parent d4dfb997
No related branches found
No related tags found
No related merge requests found
import sys
class Args:
def __init__(self, filename, func, var=[None], mval=[None], oname=[None], out=[None], ndim = None):
if out == "plotter_lib_pngs/":
print("Output directory name can't be equal to " + out)
sys.exit(-1)
self.filename = filename
self.var = var
self.mval = mval
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment