Skip to content

Commit

Permalink
Fixed Error
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkuf committed Jul 13, 2023
1 parent c1af9ec commit 8411a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq/bin/intelmq_psql_initdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def main():
)
args = parser.parse_args()

OUTPUTFILE = args.output
OUTPUTFILE = args.outputfile
fp = None
try:
if os.path.exists(OUTPUTFILE):
Expand Down

0 comments on commit 8411a41

Please sign in to comment.