We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a7cf commit 4f7617eCopy full SHA for 4f7617e
pipred.py
@@ -12,7 +12,7 @@
12
my_loc = os.path.dirname(os.path.abspath(sys.executable))
13
else:
14
my_loc = os.path.dirname(os.path.realpath(__file__))
15
-print(my_loc)
+
16
#my_loc = os.path.dirname(os.path.abspath(__file__))
17
parser = argparse.ArgumentParser(description='PiPred')
18
parser.add_argument('-i',
0 commit comments